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 "ether9000"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11625011 | 9 months ago | | | 0 | 0.000000047199495196 | |
| 11624712 | 9 months ago | | | 0 | 0.000000047198928964 | |
| 11624139 | 9 months ago | | | 0 | 0.000000000042317954 | |
| 11623871 | 9 months ago | | | 0 | 0.000000004252515960 | |
| 11623861 | 9 months ago | | | 0 | 0.000000004382829696 | |
| 2402495 | a year ago | | | 0 | 0.000070779003 | |
| 2392617 | a year ago | | | 0 | 0.000070383003 | |
| 2389347 | a year ago | | | 0 | 0.0000046982000 | |
| 2389147 | a year ago | | | 0 | 0.000070383003 | |
| 2388991 | a year ago | | | 0 | 0.0000047186038 |
ABI
ABI objects
Getter at block 22968622
changeNameSymbFee() view returns (uint256)
9000000000000000000000000
currentWaitingPeriod() view returns (uint256)
3
decimals() view returns (uint8)
18
getPenaltyFundAddress() view returns (address)
0xe927f9b348e43f189917df2f8304ef8376eb2538
getPenaltyPercent() view returns (uint256)
15
getTransferLimit() view returns (uint256)
50000000000000000000000000
name() view returns (string)
ether9000
owner() view returns (address)
0xe927f9b348e43f189917df2f8304ef8376eb2538
symbol() view returns (string)
ether9000
totalSupply() view returns (uint256)
1000000000000000000000000000
whitelistFee() view returns (uint256)
125000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address account) view returns (bool)
isWhitelistedLP(address account) view returns (bool)
State-modifying
Events addWhitelist(address account)
addWhitelistLP(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeWhitelist(address account)
removeWhitelistLP(address account)
renounceOwnership()
setWaitingPeriod(uint256 newWaitingBlocks)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwner(address newOwner)
transferOwnership(address newOwner)
updateName(string newName)
updatePenaltyFundAddress(address newPenaltyFundAddress)
updatePenaltyPercent(uint256 newPenaltyPercent)
updateSymbol(string newSymbol)
updateTransferLimit(uint256 newLimit)
Approval(address indexed owner, address indexed spender, uint256 value)
LPWhitelistUpdate(address indexed account, bool isWhitelisted)
NameUpdated(string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SymbolUpdated(string newSymbol)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistUpdate(address indexed account, bool isWhitelisted)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.