BOX Token
Verified contract
Active on
Ethereum with 81,600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($120.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOX | ERC-20 | 1.998763M | $0.00006 |
$120.09 | |
FOR | ERC-20 | 1 | $0.003987 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
USE | ERC-20 | 90 | -- | -- | |
UST | ERC-20 | 90 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
STT | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158866 | 4 hours ago | | | 0 | 0.0014817621 | |
| 21144102 | 2 days ago | | | 0 | 0.00082647496 | |
| 21134340 | 4 days ago | | | 0 | 0.00040326639 | |
| 21133935 | 4 days ago | | | 0 | 0.00055441770 | |
| 21121698 | 5 days ago | | | 0 | 0.00033939092 | |
| 21098080 | 9 days ago | | | 0 | 0.00032851495 | |
| 21084189 | 11 days ago | | | 0 | 0.00030463338 | |
| 21061900 | 14 days ago | | | 0 | 0.00022251130 | |
| 20990355 | 24 days ago | | | 0 | 0.00087473066 | |
| 20961834 | a month ago | | | 0 | 0.00041332837 |
ABI
ABI objects
Getter at block 21160156
ALLOC_ECOSYSTEM() view returns (uint256)
900000000000000000000000000
ALLOC_FOUNDATION() view returns (uint256)
600000000000000000000000000
ALLOC_PARTNER() view returns (uint256)
300000000000000000000000000
ALLOC_SALE() view returns (uint256)
750000000000000000000000000
ALLOC_TEAM() view returns (uint256)
450000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
WALLET_ECOSYSTEM() view returns (address)
0x49de776a181603b11116e7dab15d84be6711d54a
WALLET_FOUNDATION() view returns (address)
0x8546a5a4b3bbe86bf57fc9f5e497c770ae5d0233
WALLET_PARTNER() view returns (address)
0xd6d64a62a7ff8f55841b0dd2c02d5052457bca6c
WALLET_SALE() view returns (address)
0x55aaec60e116086ac3a5e4fdc74b21de9b91cc53
WALLET_TEAM() view returns (address)
0x9f255092008f6163395aeb35c4dec58a1ecbdfd6
decimals() view returns (uint256)
18
name() view returns (string)
BOX Token
owner() view returns (address)
0x89602c6e54dd8de49d805d1272b204414406aa4e
symbol() view returns (string)
BOX
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
contributors_countdownDate(address) view returns (uint256)
contributors_locked(address) view returns (uint256)
getLockedAmount_contributors(address _contributor) view returns (uint256)
getLockedAmount_investors(address _investor) view returns (uint256)
investors_deliveryDate(address) view returns (uint256)
investors_locked(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
setLockup_contributors(address _contributor, uint256 _value, uint256 _countdownDate)
setLockup_investors(address _investor, uint256 _value, uint256 _delieveryDate)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedLockingState(string whom, address indexed to, uint256 value, uint256 date)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.