Exolienz By BonishBil
Verified contract
Active on
Ethereum with 4,522 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 "Exolienz By BonishBil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216375 | a day ago | | | 0 | 0.0016563692 | |
| 21151016 | 11 days ago | | | 0 | 0.00057775000 | |
| 21121656 | 15 days ago | | | 0 | 0.00041598000 | |
| 21101113 | 18 days ago | | | 0 | 0.00062559840 | |
| 20600700 | 3 months ago | | | 0 | 0.000041678264 | |
| 20600686 | 3 months ago | | | 0 | 0.000068816987 | |
| 20526169 | 3 months ago | | | 0 | 0.00016675353 | |
| 20350025 | 4 months ago | | | 0 | 0.000059869517 | |
| 20350022 | 4 months ago | | | 0 | 0.000064221071 | |
| 20350021 | 4 months ago | | | 0 | 0.000066351082 |
ABI
ABI objects
Getter at block 21226754
MAX_SUPPLY() view returns (uint256)
999
PUBLIC_MINT_LIMIT() view returns (uint256)
2
PUBLIC_MINT_LIMIT_TXN() view returns (uint256)
2
name() view returns (string)
Exolienz By BonishBil
owner() view returns (address)
0x92c39077bf09cb8149b0222a27785f724ec3d27f
paused() view returns (bool)
false
publicPrice() view returns (uint256)
7000000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
revealedURI() view returns (string)
ipfs://QmTc8ZtuqbqfgJ5RWrBBY7CcsJuge48qgZYQpYnQvEDJzj/
symbol() view returns (string)
EXOZ
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numUserMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mintToUser(uint256 quantity, address receiver)
publicMint(uint256 quantity) payable
renounceOwnership()
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 _baseUri)
setPaused(bool _state)
setPublicEnabled(bool _state)
setPublicPrice(uint256 _publicPrice)
setRevealed(bool _state)
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(string _name, string _symbol, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()