CustomToken
Verified contract
Active on
Ethereum with 13,081 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EWT | ERC-20 | 2.667K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20552391 | 3 months ago | | | 0 | 0.000055943005 | |
| 20453088 | 4 months ago | | | 0 | 0.000054288000 | |
| 19377076 | 9 months ago | | | 0 | 0.0048470328 | |
| 15482192 | 2 years ago | | | 0 | 0.00034603044 | |
| 15452535 | 2 years ago | | | 0 | 0.00059897059 | |
| 13455019 | 3 years ago | | | 0 | 0.0029692800 | |
| 12470126 | 4 years ago | | | 0 | 0.0037323601 | |
| 12387104 | 4 years ago | | | 0 | 0.0019644000 | |
| 12232131 | 4 years ago | | | 0 | 0.0034114081 | |
| 12147915 | 4 years ago | | | 0 | 0.0077225280 |
ABI
ABI objects
Getter at block 21260247
_totalLimit() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
生态通证
owner() view returns (address)
0x951bdfebe402402d6cd200981cc614a62a4f1751
paused() view returns (bool)
false
symbol() view returns (string)
EWT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] addressList, uint256[] amountList) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.