ETH Price: $3,362.30 (+1.06%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Vyper_contract

Compiler Version
vyper:0.2.12

Optimization Enabled:
N/A

Other Settings:
default evmVersion, MIT license

Contract Source Code (Vyper language format)

# @version 0.2.12
# @author skozin <[email protected]>
# @licence MIT

@external
@view
def total_shares_burnt() -> uint256:
    # currently, applying insurance is not supported by the protocol
    return 0

Contract Security Audit

Contract ABI

API
[{"stateMutability":"view","type":"function","name":"total_shares_burnt","inputs":[],"outputs":[{"name":"","type":"uint256"}],"gas":288}]

61004456600436101561000d5761003a565b600035601c52600051341561002157600080fd5b63d2dce03d81141561003857600060005260206000f35b505b60006000fd5b61000461004403610004600039610004610044036000f3

Deployed Bytecode

0x600436101561000d5761003a565b600035601c52600051341561002157600080fd5b63d2dce03d81141561003857600060005260206000f35b505b60006000fd

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.