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 |
---|---|---|---|---|---|
BDT20 | ERC-20 | 2.449K | -- | -- | |
BDT | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12632334 | 3 years ago | | | 0 | 0.00096415880 | |
| 11081720 | 4 years ago | | | 0 | 0.00051178600 | |
| 10558697 | 4 years ago | | | 0 | 0.0011661048 | |
| 10557253 | 4 years ago | | | 0 | 0.00099715019 | |
| 10556781 | 4 years ago | | | 0 | 0.0015300400 | |
| 10554887 | 4 years ago | | | 0 | 0.0073172241 | |
| 10516305 | 4 years ago | | | 0 | 0.0035200000 | |
| 10516125 | 4 years ago | | | 0 | 0.0017600000 | |
0x | 10427574 | 4 years ago | | | 0 | 0.00063000000 | |
| 10186804 | 5 years ago | | | 0 | 0.00074441600 |
ABI
ABI objects
Getter at block 21324355
bridgeContract() view returns (address)
0xf8b469f500cc9c4da0d47f715076af9eae754189
decimals() view returns (uint8)
18
getTokenInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=0, patch=0)
mintingFinished() view returns (bool)
false
name() view returns (string)
BDT ERC20
owner() view returns (address)
0xf8b469f500cc9c4da0d47f715076af9eae754189
symbol() view returns (string)
BDT20
totalSupply() view returns (uint256)
1609463312703092000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimTokens(address _token, address _to)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
setBridgeContract(address _bridgeContract)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
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)
ContractFallbackCallFailed(address from, address to, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.