RemixMintClub
Verified contract
Active on
Ethereum with 3,593 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 "RemixMintClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20175189 | 5 months ago | | | 0 | 0.00023160493 | |
| 19919343 | 6 months ago | | | 0 | 0.0010301033 | |
| 19491427 | 8 months ago | | | 0 | 0.00065139473 | |
| 19491426 | 8 months ago | | | 0 | 0.00062002136 | |
| 19192435 | 9 months ago | | | 0 | 0.0036526518 | |
| 19047048 | 10 months ago | | | 0 | 0.00038206768 | |
| 18988586 | 10 months ago | | | 0 | 0.00034989888 | |
| 18952005 | a year ago | | | 0 | 0.00065259189 | |
| 18908408 | a year ago | | | 0 | 0.00050829379 | |
| 18902177 | a year ago | | | 0 | 0.00055128088 |
ABI
ABI objects
Getter at block 21256604
baseURI() view returns (string)
https://storageapi.fleek.co/apedao-bucket/mint-tokens/
currentMerkleRoot() view returns (bytes32)
0xee7755c773c307cc997772a7b7a31076ec0d238cb6ac2c68f8b364e88cfb535a
merkleCounter() view returns (uint256 _value)
1
owner() view returns (address)
0xa9631d83c5bc5f3676922227e5fe3655db078ecf
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
lastClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(uint256[] _tokenIds, uint256[] _quantities, bytes32[] _proof)
ownerMint(address _to, uint256 _tokenId, uint256 _quantity)
pauseSale()
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)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
unpauseSale()
withdraw()
withdrawTokens(address token)
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 _baseURI)
receive()
This contract contains no error objects.