Presale

Verified contract

Active on Ethereum with 512 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Presale"

0xe4963f235d962a7f16c213c9e48c76dd2db8b5c0cc44e1be4025fdcefe789cb2
0x8a1487d0d81ca5a47ce27f89e93a031b15eff44586cd64b60cb79110a22bd773
0x1f9b5c4d53bf7d0c63ef6ed201ce3a8c7932592d1bafa11d7d54f8264b31866a
0x81e3aac9355c9bdf8b5d57de5831a5ad1817127f14ecff0e6f262640ade435ff
0xfc8c082ee0e0016e3bf931036418cd9295aebb18c63071324979d7c539a3f9e2
0xc8733fbb64e1e965ed45376263248a8bc45ccfdd986d88d05dcabd4f976febc0
0x5f468a8ff4cbbc2622111e380833617adc5ac95b189440a2fac6f19bd08556c7
0xace6dd84e53a199ff51c8c81094e4c8255438be3fb29643509be2839c5457041
0x31e7fec33da5bae1189fa43dce3f271986c694289ad3629ff359c7a97c3b4847
0x9f89d083d5ab7ca3c513d3b15154ddea8a7e6b5330e25f47026b157a92296799

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256view returns (string)
walletMinted(addressview returns (uint256)
State-modifying
mint(uint256 amountpayable 
pause(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setURI(string newuri
transferOwnership(address newOwner
unpause(
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(string uriaddress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account