ERC1155NFTContract
Verified contract
Active on
Ethereum with 810 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 "ERC1155NFTContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20563047 | 3 months ago | | | 0 | 0.00016725527 | |
| 20329252 | 4 months ago | | | 0 | 0.00072918644 | |
| 20270734 | 4 months ago | | | 0 | 0.00020838147 | |
| 20028687 | 5 months ago | | | 0 | 0.00091449942 | |
| 19965663 | 6 months ago | | | 0 | 0.00053974914 | |
| 19437545 | 8 months ago | | | 0 | 0.0025667022 | |
| 19229161 | 9 months ago | | | 0 | 0.0013046300 | |
| 19178384 | 9 months ago | | | 0 | 0.0017052799 | |
| 19077905 | 10 months ago | | | 0 | 0.00064441618 | |
| 18228993 | a year ago | | | 0 | 0.00061018072 |
ABI
ABI objects
Getter at block 21177994
TOTAL_SUPPLY() view returns (uint256)
11155
maxMint() view returns (uint256)
200
nextIndex() view returns (uint256)
827
owner() view returns (address)
0x5b0baddc52803e30e054c994f8588be3609bf59e
price() view returns (uint256)
55000000000000000
seed() view returns (uint256)
92606688521672418710932136565773515333920155621698169724777153153042911639847
stage() view returns (uint8)
0
status() view returns (uint8)
2
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
counter(address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] _wallets)
feedSeed()
mintTokenOnPreSale(uint256 numberToken) payable
mintTokenOnSale(uint256 numberToken) payable
multiAirdrop(address[] _to, uint256[] _value) returns (bool _success)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
removeFromWhitelist(address[] _wallets)
renounceOwnership()
reveal()
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)
setBaseURI(string _baseURI)
setBlankURI(string _blankURI)
setMaxMint(uint256 _maxMint)
setPrice(uint256 _price)
setStage(uint8 _stage) returns (bool)
setStatus(uint8 _status) returns (bool)
setStatusWithPriceAndMaxMint(uint8 _status, uint256 _price, uint256 _maxMint) returns (bool)
transferOwnership(address newOwner)
withdraw()
withdrawLink()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSeed(uint256 seed)
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(address _VRFCoordinator, address _LINKToken, bytes32 _keyHash, string _blankURI, uint256 _supply, uint256 _price, uint256 _maxMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.