Ethereum Hot
Verified contract
Active on
Ethereum with 349 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 "Ethereum Hot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19808684 | 7 months ago | | | 0 | 0.00010319423 | |
| 18481735 | a year ago | | | 0 | 0.00058334138 | |
| 12767975 | 3 years ago | | | 0 | 0.00022859200 | |
| 12700414 | 3 years ago | | | 0 | 0.00069904500 | |
| 12572154 | 3 years ago | | | 0 | 0.00026208000 | |
| 12564123 | 3 years ago | | | 0 | 0.00057001560 | |
| 12563691 | 3 years ago | | | 0 | 0.00096236400 | |
| 12551631 | 3 years ago | | | 0 | 0.00049352000 | |
| 12538286 | 3 years ago | | | 0 | 0.00088089700 | |
| 12537974 | 3 years ago | | | 0 | 0.00088545700 |
ABI
ABI objects
Getter at block 21256994
decimals() view returns (uint8)
18
name() view returns (string)
Ethereum Hot
owner() view returns (address)
0x9a406aff7d634fa8a025ac0534a516c3e3b00947
symbol() view returns (string)
EHOT
totalSupply() view returns (uint256)
100000000000000000000000000000000
Read-only
allowance(address funder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLockInfo(address account) view returns (uint256, uint256)
isAdmin(address account) view returns (bool)
isBlackList(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistTarget(address targetaddress) returns (bool)
burnTarget(address targetaddress, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
demoteAdmin(address oldAdmin)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockTarget(address targetaddress, uint256 amount, uint256 lockUntil) returns (bool)
promoteAdmin(address newAdmin)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndLock(address recipient, uint256 amount, uint256 lockUntil) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklistTarget(address targetaddress) returns (bool)
unlockTarget(address targetaddress) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LockUntil(address indexed target, uint256 indexed totalAmount, uint256 indexed dateLockUntil)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PutToBlacklist(address indexed target, bool indexed status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.