BIX Token
Verified contract
Active on
Ethereum with 48,145 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIX | ERC-20 | 3.942591K | $0.0037 |
$14.59 | |
RUFF | ERC-20 | 1 | $0.000204 |
$0 | |
FTI | ERC-20 | 1 | $0.000009 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
BIX | ERC-20 | 9.007448K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19711453 | 7 months ago | | | 0 | 0.0010098095 | |
| 19005814 | 10 months ago | | | 0 | 0.0014583330 | |
| 18992108 | 10 months ago | | | 0 | 0.0018431010 | |
| 18351459 | a year ago | | | 0 | 0.00022616715 | |
| 18340098 | a year ago | | | 0 | 0.00013488044 | |
| 16635698 | 2 years ago | | | 0 | 0.0021943517 | |
| 16616715 | 2 years ago | | | 0 | 0.00082638351 | |
| 16590989 | 2 years ago | | | 0 | 0.00059255482 | |
| 16306267 | 2 years ago | | | 0 | 0.00074609959 | |
| 16271697 | 2 years ago | | | 0 | 0.00060753478 |
ABI
ABI objects
Getter at block 21160662 unlock() view returns (bool success)
decimals() view returns (uint8)
18
isSoleout() view returns (bool)
false
name() view returns (string)
BIX Token
owner() view returns (address)
0xc6c95cda7373b0b4b62bed21016057a8145d7787
symbol() view returns (string)
BIX
totalSupply() view returns (uint256)
23148569671000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockedOf(address _owner) view returns (uint256 balance)
unlockTimeOf(address _owner) view returns (uint256 timelimit)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintBIX(address _to, uint256 _amount, uint256 _lockAmount, uint256 _releaseTime) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAndLock(address _to, uint256 _value, uint256 _releaseTime) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed locker, uint256 value, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnLock(address indexed unlocker, uint256 value)
constructor(address _developer)
This contract contains no fallback and receive objects.
This contract contains no error objects.