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 "IDOLO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910604 | a year ago | | | 0 | 0.00047457742 | |
| 18903823 | a year ago | | | 0 | 0.00052756693 | |
| 18892717 | a year ago | | | 0 | 0.0011762966 | |
| 16751219 | 2 years ago | | | 0 | 0.0013055409 | |
| 16708108 | 2 years ago | | | 0 | 0.0014835160 | |
| 16707487 | 2 years ago | | | 0 | 0.0013705726 | |
| 16707077 | 2 years ago | | | 0 | 0.0011411890 | |
| 16705905 | 2 years ago | | | 0 | 0.0013044054 | |
| 16690622 | 2 years ago | | | 0 | 0.0011893373 | |
| 16675565 | 2 years ago | | | 0 | 0.0011744420 |
ABI
ABI objects
Getter at block 21325960
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeiag3p7rbcuwxyzbw3yt2y36lzidiqtjxfy7fecslkjxu25vvusxtu/
ishidden() view returns (bool)
true
name() view returns (string)
IDOLO
notRevealedUri() view returns (string)
ipfs://bafybeihj2qj6cyamogsneiut7sqwh44qntsoczauevaglr6e6q2l5eqn6a/hidden.json
owner() view returns (address)
0x29949f360e3b17d856c422a636147d9d61c36358
paused() view returns (bool)
false
pertx() view returns (uint256)
4
perwallet() view returns (uint256)
8
price() view returns (uint256)
4500000000000000
supply() view returns (uint256)
3333
symbol() view returns (string)
IDOLO
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mintforteam(uint256 _amount, address _address)
pause(bool _state)
publicmint(uint256 tokens) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setpertx(uint256 _limit)
setperwallet(uint256 _limit)
setprice(uint256 _newCost)
setsupply(uint256 _newsupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()