B21 Token
Verified contract
Active on
Ethereum with 4,865 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 |
---|---|---|---|---|---|
B21 | ERC-20 | 928.804706 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218810 | 4 days ago | | | 0 | 0.00046043472 | |
| 21192283 | 7 days ago | | | 0 | 0.00086565027 | |
| 21028536 | a month ago | | | 0 | 0.00025117965 | |
| 20251114 | 5 months ago | | | 0 | 0.000054571000 | |
| 20147039 | 5 months ago | | | 0 | 0.00012541468 | |
| 20044775 | 5 months ago | | | 0 | 0.00012144414 | |
| 19823857 | 6 months ago | | | 0 | 0.00015293147 | |
| 19823708 | 6 months ago | | | 0 | 0.00021915291 | |
| 19705571 | 7 months ago | | | 0 | 0.00019470836 | |
| 19207526 | 9 months ago | | | 0 | 0.00091444194 |
ABI
ABI objects
Getter at block 21243888
HARD_CAP() view returns (uint256)
500000000000000000000000000
b21TeamTokensAddress() view returns (address)
0xafd698af7cb6d240702a182e0794c21d55a3506a
bountyDistributorAddress() view returns (address)
0x167f87541ebaf00d9821496bf6a28f3d347f25fa
bountyTokensAddress() view returns (address)
0x73482a4551773d9ee5a6c0e4951a529cff37d715
decimals() view returns (uint8)
18
name() view returns (string)
B21 Token
owner() view returns (address)
0xc13849f156acc02013cd7745fd20458c4ba403b7
saleClosed() view returns (bool)
true
saleDistributorAddress() view returns (address)
0xc13849f156acc02013cd7745fd20458c4ba403b7
saleTokensVault() view returns (address)
0x6f74dd728939c35e6c42ec6baa94f93cb7472ad2
symbol() view returns (string)
B21
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
closeSale()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _b21TeamTokensAddress, address _bountyTokensAddress, address _saleTokensVault, address _saleDistributorAddress, address _bountyDistributorAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.