TenthLifePotions
Verified contract
Active on
Ethereum with 1,151 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 "TenthLifePotions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283330 | 5 days ago | | | 0 | 0.00044147030 | |
| 21170636 | 21 days ago | | | 0 | 0.0017031693 | |
| 20964678 | 2 months ago | | | 0 | 0.0019974906 | |
| 20717090 | 3 months ago | | | 0 | 0.00027068414 | |
| 20425714 | 4 months ago | | | 0 | 0.00016537718 | |
| 19948766 | 6 months ago | | | 0 | 0.00020740018 | |
| 19862653 | 7 months ago | | | 0 | 0.00034376718 | |
| 19862653 | 7 months ago | | | 0 | 0.00034376718 | |
| 19862653 | 7 months ago | | | 0 | 0.00031765993 | |
| 19822168 | 7 months ago | | | 0 | 0.00013043211 |
ABI
ABI objects
Getter at block 21319813
LEGENDARY_PORTION_ID() view returns (uint256)
2
RANDOM_PORTION_ID() view returns (uint256)
0
RARE_PORTION_ID() view returns (uint256)
1
owner() view returns (address)
0xd2505e60dd50ce472757b83754c6d2f8f0211c06
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
extensionContracts(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
portionsMinted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses, uint256 _portionType, uint256 _amount)
burn(address _burnAddress, uint256 _portionID, uint256 _amount)
burnBatch(address _burnAddress, uint256[] _ids, uint256[] _amounts)
mint(uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
mintPortion(uint256[] portionData, bytes32[] _proof)
overridePortionsMinted(address _address, bool _state)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setExtentionContracts(address _address, bool _state)
setPortionRoot(bytes32 _root)
setURI(string newuri)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.