Tome of Basic Alchemy
Verified contract
Active on
Ethereum with 17 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 "Tome of Basic Alchemy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16394374 | 2 years ago | | | 0 | 0.00094058109 | |
| 15654733 | 2 years ago | | | 0 | 0.00054487368 | |
| 14601564 | 3 years ago | | | 0 | 0.00094498000 | |
| 14234277 | 3 years ago | | | 0 | 0.0027944582 | |
| 12375695 | 4 years ago | | | 0 | 0.0012966850 | |
| 12188343 | 4 years ago | | | 0 | 0.0030481130 | |
| 10452333 | 4 years ago | | | 0 | 0.0025909260 | |
| 8899989 | 5 years ago | | | 0 | 0.000055513500 | |
| 6184258 | 6 years ago | | | 0 | 0.00013660200 | |
| 6136821 | 6 years ago | | | 0 | 0.00011102700 |
ABI
ABI objects
Getter at block 21193456
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Tome of Basic Alchemy
owner() view returns (address)
0x0029b494669cfe56e8cdbcaff074940cc107a970
symbol() view returns (string)
TOME031
totalSupply() view returns (uint256)
5594000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) 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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.