Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 | |
OHNO | ERC-20 | 45.829083 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747655 | 4 hours ago | | | 0 | 0.0000053916486 | |
| 22747112 | 5 hours ago | | | 0 | 0.0000053916486 | |
| 22740478 | 8 hours ago | | | 0 | 2.4272651e-7 | |
| 22740270 | 9 hours ago | | | 0 | 2.2947290e-7 | |
| 22722371 | 18 hours ago | | | 0 | 2.3300500e-7 | |
| 22693837 | a day ago | | | 0 | 8.3481813e-7 | |
| 22692136 | a day ago | | | 0 | 7.3676351e-7 | |
| 22689015 | 2 days ago | | | 0 | 4.2767400e-7 | |
| 22688159 | 2 days ago | | | 0 | 8.1959271e-7 | |
| 22682381 | 2 days ago | | | 0 | 7.4583250e-7 |
ABI
ABI objects
Getter at block 22755602
DOMAIN_SEPARATOR() view returns (bytes32)
0x41e5cd1bded46ecbebd82945c0d59f783a46cff093986620287dced1d8afa291
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Sonne
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
SONNE
totalSupply() view returns (uint256)
22660474289066837891125322
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()