BIXToken
Verified contract
Active on
Ethereum with 2,849 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 "BIXToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20921230 | a month ago | | | 0 | 0.0016446399 | |
| 20721576 | 2 months ago | | | 0 | 0.00034863569 | |
| 20705240 | 2 months ago | | | 0 | 0.00011323193 | |
| 20620823 | 2 months ago | | | 0 | 0.00039583000 | |
| 20619688 | 2 months ago | | | 0 | 0.000082015667 | |
| 20572327 | 3 months ago | | | 0 | 0.00016616157 | |
| 20490776 | 3 months ago | | | 0 | 0.00017567096 | |
| 20211831 | 4 months ago | | | 0 | 0.00048969902 | |
| 20153622 | 5 months ago | | | 0 | 0.00016624120 | |
| 20098091 | 5 months ago | | | 0 | 0.00039607000 |
ABI
ABI objects
Getter at block 21158018
MAX_SUPPLY() view returns (uint256)
235972808270000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BIXToken
owner() view returns (address)
0xc9c335a2fc0f337c7d1510930f585877ceb96bcf
paused() view returns (bool)
false
symbol() view returns (string)
BIX
totalSupply() view returns (uint256)
210381652270000000000000000
version() view returns (string)
2.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLocked(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause() returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(address account) returns (bool)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UnLock(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.