BitoxTokens
Verified contract
Active on
Ethereum with 6,018 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 |
---|---|---|---|---|---|
TRXC | ERC-20 | 1K | $0.00 |
$0 | |
MYE | ERC-20 | 3.5K | -- | -- | |
BITOX | ERC-20 | 2.883K | -- | -- | |
MDTK | ERC-20 | 100 | -- | -- | |
PMC | ERC-20 | 30 | -- | -- | |
ERC20 | ERC-20 | 0.5 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18300308 | a year ago | | | 0 | 0.00015897922 | |
| 15913389 | 2 years ago | | | 0 | 0.00028834946 | |
| 15464874 | 2 years ago | | | 0 | 0.00030608814 | |
| 12951117 | 3 years ago | | | 0 | 0.0012069596 | |
| 12645074 | 3 years ago | | | 0 | 0.00039187000 | |
| 11346528 | 4 years ago | | | 0 | 0.00090456625 | |
| 11290940 | 4 years ago | | | 0 | 0.0010628990 | |
| 11290927 | 4 years ago | | | 0 | 0.0029345470 | |
| 11290682 | 4 years ago | | | 0 | 0.00083183400 | |
| 11290626 | 4 years ago | | | 0 | 0.0018023070 |
ABI
ABI objects
Getter at block 21273278
decimals() view returns (uint8)
18
exchange() view returns (address)
0x0000000000000000000000000000000000000000
locked() view returns (bool)
false
name() view returns (string)
BitoxTokens
owner() view returns (address)
0xc33ffac8030c7c50d8994015c88d502a3240dec7
symbol() view returns (string)
BITOX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner_, address spender_) view returns (uint256)
balanceOf(address owner_) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events __exchangerCallback(address _targetContract, address _exchanger, uint256 _amount) returns (bool success)
__targetExchangeAndSpendCallback(address _to, uint256 _amount) returns (bool success)
__targetExchangeCallback(uint256 _amount) returns (bool success)
approve(address spender_, uint256 value_) returns (bool)
changeExchange(address _exchange)
exchangeAndSpend(address _targetContract, uint256 _amount, address _to) returns (bool success)
exchangeToken(address _targetContract, uint256 _amount) returns (bool success, uint256 creditedAmount)
lock()
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 value_) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
Exchange(address _from, address _targetContract, uint256 _amount)
ExchangeChanged(address _exchange)
ExchangeSpent(address _from, address _targetContract, address _to, uint256 _amount)
Lock()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock()
constructor(uint256 totalSupplyTokens_)
fallback()
This contract contains no error objects.