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 "EGGMAN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19161270 | 10 months ago | | | 0 | 0.00035024551 | |
| 17561110 | a year ago | | | 0 | 0.00030707307 | |
| 17519786 | a year ago | | | 0 | 0.00033015093 | |
| 17457665 | a year ago | | | 0 | 0.00039573851 | |
| 17457657 | a year ago | | | 0 | 0.00039071572 | |
| 17457655 | a year ago | | | 0 | 0.00041642947 | |
| 17452399 | a year ago | | | 0 | 0.00044648880 | |
| 17445146 | a year ago | | | 0 | 0.0010972400 | |
| 17445143 | a year ago | | | 0 | 0.0025558740 | |
| 17444960 | a year ago | | | 0 | 0.00096465458 |
ABI
ABI objects
Getter at block 21330093
NewWLTaxRate() view returns (uint256)
1408
WLTaxInterval() view returns (uint256)
1
WLTaxRate() view returns (uint256)
0
WLTaxWindow() view returns (uint256)
0
decimals() view returns (uint8)
18
holdLimitAmount() view returns (uint256)
0
holdLimitState() view returns (bool)
false
name() view returns (string)
EGGMAN
owner() view returns (address)
0x54f9818b112a1f281c33e7c29d5d3cf53e36d2ec
symbol() view returns (string)
EGGMAN
taxWallet() view returns (address)
0x9561b8bba65a5b047e58dcff5dfdf06047764f5d
totalSupply() view returns (uint256)
10888420690000000000000000000
tradingStartTime() view returns (uint256)
1686317255
uniswapContractAddress() view returns (address)
0x9b99bf1851e063a0fbb8004746d562f08891047c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
whitelisted(address) view returns (bool)
State-modifying
Events airdropTokens(address[] recipients, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
blacklist(address[] _address, bool _isBlacklisted)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setHoldLimit(bool _holdLimitState, uint256 _holdLimitAmount)
setUniswapContractAddress(address _uniswapContractAddress)
setWLTaxSettings(uint256 _WLTaxWindow, uint256 _WLTaxRate, uint256 _WLTaxInterval)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address[] _address, bool _isWhitelisted)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _address)
UnWhitelisted(address indexed _address)
Whitelisted(address indexed _address)
constructor(uint256 _totalSupply, address _taxWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.