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 "BLDToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11566982 | 4 years ago | | | 0 | 0.0027581761 | |
| 11416157 | 4 years ago | | | 0 | 0.0021243000 | |
| 10426833 | 4 years ago | | | 0 | 0.0033979200 | |
| 10417906 | 4 years ago | | | 0 | 0.0015104100 | |
| 10110476 | 4 years ago | | | 0 | 0.0050968800 | |
| 9446624 | 5 years ago | | | 0 | 0.00051715800 | |
| 9427239 | 5 years ago | | | 0 | 0.00030208200 | |
| 9427205 | 5 years ago | | | 0 | 0.00019102500 | |
| 9390969 | 5 years ago | | | 0 | 0.00082386000 | |
| 9390622 | 5 years ago | | | 0 | 0.00028731000 |
ABI
ABI objects
Getter at block 21181254
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BLDToken
owner() view returns (address)
0xb72b63a79896383a0d1b23890fe25a131f47144c
symbol() view returns (string)
BLD
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.