Who i am is not important the art is
Verified contract
Active on
Ethereum with 1,232 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 "Who i am is not important the art is"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20247888 | 5 months ago | | | 0 | 0.000082854058 | |
| 20144155 | 5 months ago | | | 0 | 0.000062218316 | |
| 19657186 | 8 months ago | | | 0 | 0.00036734942 | |
| 18961882 | a year ago | | | 0 | 0.00041359453 | |
| 18925404 | a year ago | | | 0 | 0.00028308525 | |
| 18917387 | a year ago | | | 0 | 0.00028025206 | |
| 18906326 | a year ago | | | 0 | 0.00080916717 | |
| 18901497 | a year ago | | | 0 | 0.00072263704 | |
| 18901492 | a year ago | | | 0 | 0.00081014895 | |
| 18901484 | a year ago | | | 0 | 0.00087493585 |
ABI
ABI objects
Getter at block 21318062
hiddenURL() view returns (string)
ipfs://QmSzZZZAiLstDg1YMSexYp7KTHNBkZLfgcnY19WtzeHhu3/
mainAddress() view returns (address)
0xacb9d51b8e41df0a92f4cc497a2f8e1809ff9802
maxSupply() view returns (uint16)
366
name() view returns (string)
Who i am is not important the art is
owner() view returns (address)
0xab96f5f88a9beec921cc993caa4db9792271256a
paused() view returns (bool)
true
reveal() view returns (bool)
true
symbol() view returns (string)
BYANON
totalSupply() view returns (uint256)
366
Read-only
NFTMinted(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint256 _tokenid)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setHiddenUri(string _uriPrefix)
setMainAddress(address contractAddr)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()