Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPUME | ERC-20 | 3.36335K | $0.000413 |
$1.39 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235672 | a day ago | | | 0 | 0.00083456701 | |
| 21230412 | 2 days ago | | | 0 | 0.0010983448 | |
| 21210937 | 5 days ago | | | 0 | 0.00058841289 | |
| 21210598 | 5 days ago | | | 0 | 0.00054980857 | |
| 21022542 | a month ago | | | 0 | 0.0010745921 | |
| 20992239 | a month ago | | | 0 | 0.0020991482 | |
| 20933297 | a month ago | | | 0 | 0.00056136540 | |
| 20933293 | a month ago | | | 0 | 0.00067269019 | |
| 20870555 | 2 months ago | | | 0 | 0.00070349731 | |
| 20859610 | 2 months ago | | | 0 | 0.00027132000 |
ABI
ABI objects
Getter at block 21245773
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
decimals() view returns (uint8)
18
name() view returns (string)
Spume
symbol() view returns (string)
SPUME
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot() returns (uint256)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.