Egg Token
Verified contract
Active on
Ethereum with 2,173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Egg Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 16288490 | 2 years ago | | | 0 | 0.00027015214 | |
| 14731595 | 3 years ago | | | 0 | 0.0015277256 | |
| 14075041 | 3 years ago | | | 0 | 0.0031037579 | |
| 12982291 | 3 years ago | | | 0 | 0.0016288330 | |
| 12963449 | 3 years ago | | | 0 | 0.0014396621 | |
| 12761736 | 3 years ago | | | 0 | 0.00063514500 | |
| 12726903 | 3 years ago | | | 0 | 0.00042331000 | |
| 12637515 | 3 years ago | | | 0 | 0.00068797200 | |
| 12613972 | 4 years ago | | | 0 | 0.0017202900 | |
| 12561771 | 4 years ago | | | 0 | 0.0014443055 |
ABI
ABI objects
Getter at block 21396479
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Egg Token
symbol() view returns (string)
EGG
tokenTotalSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
4039065000000000000000000000
Read-only
allowance(address balanceOwner, address spender) view returns (uint256)
balanceOf(address balanceOwner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnOwnTokens(uint256 amountToBurn)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finalizeMigration()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate()
setCrowdsale(address crowdsaleAddress, uint256 crowdsaleBalance)
setMigrationAgent(address agent)
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferBatch(address[] to, uint256 value) returns (bool)
transferBatch(address[] to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MigratedFrom(address indexed owner, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string name, string symbol, uint256 totalSupply, address developmentTeamAddress, uint256 developmentTeamBalance, address marketingTeamAddress, uint256 marketingTeamBalance, address productTeamAddress, uint256 productTeamBalance, address airdropAddress, uint256 airdropBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.