Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3ecb…7018
Balances ($0.00)
No balances found for "Egg Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22285934 | 11 days ago | | | 0 | 3.9090736e-7 | |
| 14689312 | 6 months ago | | | 0 | 0.000000406866709365 | |
| 14223320 | 6 months ago | | | 0 | 0.000000208508972364 | |
| 14188151 | 6 months ago | | | 0 | 0.000070323862 | |
| 14188084 | 6 months ago | | | 0 | 0.000070323862 | |
| 14174279 | 6 months ago | | | 0 | 0.000070323862 | |
| 14166190 | 7 months ago | | | 0 | 0.000070287674 | |
| 13652123 | 7 months ago | | | 0 | 0.000000302032102420 | |
| 13479242 | 7 months ago | | | 0 | 2.5446002e-7 | |
| 13373490 | 7 months ago | | | 0 | 4.5253767e-7 |
ABI
ABI objects
Getter at block 22764021
AMOUNT_FOR_AIRDROP() view returns (uint256)
2000000000000000000000
chickenContract() view returns (address)
0x3ecb4a5c42671379f7b287431db9002a17ee7018
decimals() view returns (uint8)
18
name() view returns (string)
Egg Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EGG
totalSupply() view returns (uint256)
60625000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnEggsWei(address _from, uint256 _amount)
burnFrom(address account, uint256 value)
mintEggsWei(address _to, uint256 _amount)
renounceOwnership()
setChickenAddress(address _chickenContract)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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(address _airdropRecipient, address _owner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)