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 "Presale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015908 | a month ago | | | 0 | 0.00041061614 | |
| 19760274 | 7 months ago | | | 0 | 0.00040206317 | |
| 19226279 | 10 months ago | | | 0 | 0.0011315114 | |
| 19221915 | 10 months ago | | | 0 | 0.0013720590 | |
| 19221915 | 10 months ago | | | 0 | 0.0013725270 | |
| 19221915 | 10 months ago | | | 0 | 0.0020394270 | |
| 19215405 | 10 months ago | | | 0 | 0.0025876212 | |
| 19215173 | 10 months ago | | | 0 | 0.0037829899 | |
| 19214062 | 10 months ago | | | 0 | 0.0017194707 | |
| 19213900 | 10 months ago | | | 0 | 0.0021035822 |
ABI
ABI objects
Getter at block 21311152
Cost() view returns (uint256)
40400000000000000
Max_Per_Wallet() view returns (uint256)
10
Max_Supply() view returns (uint256)
450
owner() view returns (address)
0x709109d35992b778fe3f5053515174c47694d4ce
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256) view returns (string)
walletMinted(address) view returns (uint256)
State-modifying
Events mint(uint256 amount) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string uri, address initialOwner)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)