Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5219…c721
Balances ($0.00)
No balances found for "721DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154575 | 8 days ago | | | 0 | 0.00024325620 | |
| 21079670 | 19 days ago | | | 0 | 0.00073302967 | |
| 20768114 | 2 months ago | | | 0 | 0.000088515381 | |
| 20678259 | 2 months ago | | | 0 | 0.00047163363 | |
| 20564807 | 3 months ago | | | 0 | 0.00015596287 | |
| 20564784 | 3 months ago | | | 0 | 0.00014830977 | |
| 20469375 | 3 months ago | | | 0 | 0.00012373879 | |
| 20438200 | 4 months ago | | | 0 | 0.00014479123 | |
| 20427976 | 4 months ago | | | 0 | 0.00058651448 | |
| 20296534 | 4 months ago | | | 0 | 0.000065496211 |
ABI
ABI objects
Getter at block 21213594
club721() view returns (address)
0x5219c2f6f8ed1e76c937ed1269eda2658ba3c721
contractURI() view returns (string)
https://infura-ipfs.io/ipfs/QmQNNfgRqyeZssyC3h7UjATj9qDUPbVjLTbhE1Xhi26pxb?filename=contract.json
maxAmountPerMint() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
721DAO
owner() view returns (address)
0x0dee503261fa153bc9372f5b201c56ead3b33721
paused() view returns (bool)
false
price() view returns (uint256)
100000000000000000
round() view returns (uint256)
1
saleIsActive() view returns (bool)
false
symbol() view returns (string)
721DAO
tokenId() view returns (uint256)
0
totalSupply() pure returns (uint256)
1
treasury() view returns (address)
0x0000000000000000000000000000000000000000
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)
listClub721Tokens(address target) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
usedToken(uint256, uint256) view returns (bool)
State-modifying
Events batchAll(address[] _targets, uint256 _value, bytes _payload) payable
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
doCall(address _to, uint256 _value, bytes _data) payable returns (bytes)
mint(uint256 _club721TokenId, uint256 _amount) payable
ownerBurn(address account, uint256 amount)
ownerMint(address account, uint256 amount)
ownerMintBatch(address[] accounts, uint256[] amounts)
ownerMintTokens(address to, uint256[] ids, uint256[] amounts)
pause()
quickMint(uint256 _amount) payable
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)
setClub721(address _club721)
setContractURI(string _uri)
setMaxAmountPerMint(uint256 _maxAmountPerMint)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _price)
setRound(uint256 _round)
setSaleState(bool newState)
setTreasury(address treasury_)
setURI(string uri_)
transferOwnership(address newOwner)
unpause()
withdraw(address to)
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(address _club721)
This contract contains no fallback and receive objects.
This contract contains no error objects.