THENODE
Verified contract
Active on
Ethereum with 34,761 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($345.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THE | ERC-20 | 1.587654K | $0.217538 |
$345.38 | |
C4Y | ERC-20 | 1.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 4 months ago | | | 0 | 0.000031403000 | |
| 20453008 | 4 months ago | | | 0 | 0.000031391000 | |
| 18590344 | a year ago | | | 0 | 0.0011939196 | |
| 18589079 | a year ago | | | 0 | 0.00081086705 | |
| 18589067 | a year ago | | | 0 | 0.00078440422 | |
| 18589060 | a year ago | | | 0 | 0.0011428830 | |
| 18435013 | a year ago | | | 0 | 0.0033710040 | |
| 16706870 | 2 years ago | | | 0 | 0.0010843412 | |
| 16706787 | 2 years ago | | | 0 | 0.0032104800 | |
| 16675917 | 2 years ago | | | 0 | 0.0015455493 |
ABI
ABI objects
Getter at block 21256742
_admin() view returns (address)
0x0000000000000000000000000000000000000000
_owner() view returns (address)
0x7ee37b0efad1d736cb2b4c19d7ee912a610399de
decimals() view returns (uint256)
18
isAllowed() view returns (bool)
false
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
name() view returns (string)
THENODE
owner() view returns (address)
0x7ee37b0efad1d736cb2b4c19d7ee912a610399de
symbol() view returns (string)
THE
totalSupply() view returns (uint256)
97252466988000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvals(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balances(address) view returns (uint256)
isLocked(address _who, uint256 _value) view returns (bool)
isMinter(address account) view returns (bool)
lockedAddresses(address) view returns (bool)
lockedBalanceOf(address _who) view returns (uint256)
lockup(address, uint256) view returns (uint256 amount, uint256 expiresAt)
State-modifying
Events addMinter(address account)
allow(address _target) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimOwnership()
destruction()
lockAddress(address _addr, bool _locked)
mint(address to, uint256 value) returns (bool)
proposeOwner(address _proposedOwner)
removeAllowed(address _target) returns (bool)
renounceMinter()
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferWithLock(address _to, uint256 _value, uint256 _time) returns (bool)
unlock(address _who, uint256 _index) returns (bool)
unlockAll(address _who) returns (bool)
Allowed(address indexed _address)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 indexed value)
Locked(address _who, uint256 _index)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAllowed(address indexed _address)
Started()
Stopped()
Transfer(address indexed from, address indexed to, uint256 value)
UnlockedAll(address _who)
UnlockedIndex(address _who, uint256 _index)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.