DinoEggs
Verified contract
Active on
Ethereum with 2,928 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$DinoEggs | ERC-20 | 83.353542 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101392 | 13 days ago | | | 0 | 0.00031599710 | |
| 20840151 | 2 months ago | | | 0 | 0.00032341574 | |
| 19806516 | 6 months ago | | | 0 | 0.00016251027 | |
| 19799800 | 6 months ago | | | 0 | 0.00010857925 | |
| 19695195 | 7 months ago | | | 0 | 0.00026083520 | |
| 19684282 | 7 months ago | | | 0 | 0.00038420320 | |
| 19645394 | 7 months ago | | | 0 | 0.00038603119 | |
| 19373890 | 8 months ago | | | 0 | 0.0016005730 | |
| 19259444 | 9 months ago | | | 0 | 0.00075877042 | |
| 19259376 | 9 months ago | | | 0 | 0.00073281409 |
ABI
ABI objects
Getter at block 21194877
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
decimals() view returns (uint8)
18
name() view returns (string)
DinoEggs
symbol() view returns (string)
$DinoEggs
totalSupply() view returns (uint256)
3000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(address _address, uint256 _amount)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.