Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($497.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eSOV | ERC-20 | 1.002K | $0.441937 |
$442.82 | |
SKL | ERC-20 | 1.008K | $0.054717 |
$55.15 | |
SOV | ERC-20 | 100M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272762 | 42 minutes ago | | | 0 | 0.00097932317 | |
| 21270379 | 9 hours ago | | | 0 | 0.00047573118 | |
| 21268027 | 17 hours ago | | | 0 | 0.00051535488 | |
| 21267306 | 19 hours ago | | | 0 | 0.00062322638 | |
| 21267216 | 19 hours ago | | | 0 | 0.00089892800 | |
| 21267191 | 19 hours ago | | | 0 | 0.00086655447 | |
| 21266465 | a day ago | | | 0 | 0.00082916096 | |
| 21266272 | a day ago | | | 0 | 0.00080425568 | |
| 21265212 | a day ago | | | 0 | 0.00062332268 | |
| 21265209 | a day ago | | | 0 | 0.0011496488 |
ABI
ABI objects
Getter at block 21272971
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
minter() view returns (address)
0x33c0d33a0d4312562ad622f91d12b0ac47366ee1
name() view returns (string)
eSOV
symbol() view returns (string)
eSOV
totalSupply() view returns (uint256)
24795747694991017695777072
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
mint(address account, uint256 amount, bytes userData, bytes operatorData)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool success)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address arg0, address arg1, uint256 arg2, bytes arg3)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokenSymbol, address _minterAddr, uint256 _newGranularity)
This contract contains no fallback and receive objects.
This contract contains no error objects.