The Blocks of Art Token
Verified contract
Active on
Ethereum with 1,096 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 "The Blocks of Art Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19028424 | 10 months ago | | | 0 | 0.00089130490 | |
| 18936927 | 10 months ago | | | 0 | 0.00048102695 | |
| 18897126 | a year ago | | | 0 | 0.00032205706 | |
| 18803235 | a year ago | | | 0 | 0.00073889215 | |
| 18784538 | a year ago | | | 0 | 0.0011754491 | |
| 18784058 | a year ago | | | 0 | 0.00094782094 | |
| 18668490 | a year ago | | | 0 | 0.00061762058 | |
| 18481055 | a year ago | | | 0 | 0.00065647800 | |
| 18196156 | a year ago | | | 0 | 0.00020632405 | |
| 18181932 | a year ago | | | 0 | 0.00022920031 |
ABI
ABI objects
Getter at block 21221344
cap() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
The Blocks of Art Token
owner() view returns (address)
0x4666fd1f89576e2d6fb3f2ecec5eefd3e1ba6b59
symbol() view returns (string)
TBOA
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 cap_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.