Tokenbox
Verified contract
Active on
Ethereum with 9,807 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 |
---|---|---|---|---|---|
| ERC-20 | 42M | -- | -- | |
| ERC-20 | 17.778K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
KCN | ERC-20 | 870 | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
TBX | ERC-20 | 206 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156153 | 19 hours ago | | | 0 | 0.00075991723 | |
| 21140103 | 3 days ago | | | 0 | 0.00058166449 | |
| 20558108 | 3 months ago | | | 0 | 0.000058487928 | |
| 20532293 | 3 months ago | | | 0 | 0.00011247687 | |
| 20443714 | 3 months ago | | | 0 | 0.000082635669 | |
| 20438812 | 3 months ago | | | 0 | 0.000042882235 | |
| 20438812 | 3 months ago | | | 0 | 0.000075147680 | |
| 20373287 | 4 months ago | | | 0 | 0.00016626260 | |
| 20244992 | 4 months ago | | | 0 | 0.000092816000 | |
| 20244974 | 4 months ago | | | 0 | 0.0033723900 |
ABI
ABI objects
Getter at block 21161963
creationTime() view returns (uint256)
1512312539
decimals() view returns (uint8)
18
foundationReserve() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
icoAllocation() view returns (address)
0x1111111111111111111111111111111111111111
migrationCompleted() view returns (bool)
true
multisig() view returns (address)
0xad8ea3b0215e6efd9d2f2aa22baf6d494dbf7662
name() view returns (string)
Tokenbox
owner() view returns (address)
0x2bfe420622311a60685020ae56a545fd2d9c1fde
potentialOwner() view returns (address)
0x0000000000000000000000000000000000000000
preIcoAllocation() view returns (address)
0x2222222222222222222222222222222222222222
symbol() view returns (string)
TBX
totalPicoUSD() view returns (uint256)
8332193393421466839
totalSupply() view returns (uint256)
16051589782693112363990381
totalUSD() view returns (uint256)
8332193
usdDecimals() view returns (uint8)
12
vestingDateEnd() view returns (uint256)
1543406400
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowToWithdrawFromReserve()
approve(address _spender, uint256 _value) returns (bool success)
btcInvestment(address investor, uint256 tokenPriceInPicoUsd, uint256 investedInSatoshi, string btcAddress, uint256 usdToSatoshi)
changeMultisig(address _multisig)
confirmOwnership()
ethInvestment(address investor, uint256 tokenPriceInPicoUsd, uint256 investedInWei, uint256 originalTransactionHash, uint256 usdToWei)
finaliseICO()
migrateTransfer(address _from, address _to, uint256 amount, uint256 originalTransactionHash)
preIcoInvestment(address investor, uint256 investedInUsdCents, uint256 tokensNumber)
setOwner(address _new)
transfer(address _to, uint256 _value) returns (bool success)
transferERC20Token(address tokenAddress) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
wireInvestment(address investor, uint256 tokenPriceInUsdCents, uint256 investedInUsdCents)
withdrawFromReserve(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
InvestmentInBTC(address investor, uint256 tokenPriceInSatoshi, uint256 investedInSatoshi, uint256 investedInPicoUsd, uint256 tokensNumber, string btcAddress)
InvestmentInETH(address investor, uint256 tokenPriceInWei, uint256 investedInWei, uint256 investedInPicoUsd, uint256 tokensNumber, uint256 originalTransactionHash)
InvestmentInUSD(address investor, uint256 tokenPriceInPicoUsd, uint256 investedInPicoUsd, uint256 tokensNumber)
Issuance(address indexed to, uint256 value)
NewOwner(address old, address current)
NewPotentialOwner(address old, address potential)
PresaleInvestment(address investor, uint256 investedInPicoUsd, uint256 tokensNumber)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _multisig, uint256 _preIcoTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.