9022 Collection
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6dde…2122
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,697.16 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19977382 | 6 months ago | | | 0 | 0.0011255231 | |
| 19977364 | 6 months ago | | | 0 | 0.010867880 | |
| 19966149 | 6 months ago | | | 0 | 0.0062118000 | |
| 19274311 | 9 months ago | | | 0 | 0.00079829232 | |
| 19274289 | 9 months ago | | | 0 | 0.00079874901 | |
| 19274287 | 9 months ago | | | 0 | 0.00085019557 | |
| 19274287 | 9 months ago | | | 0 | 0.0014831271 | |
| 19266623 | 9 months ago | | | 0 | 0.0022398663 | |
| 19266609 | 9 months ago | | | 0 | 0.0022820403 | |
| 18995155 | a year ago | | | 0 | 0.00034864501 |
ABI
ABI objects
Getter at block 21306784 getManager() view returns (address)
MAX_SUPPLY() view returns (uint256)
2209
baseURI() view returns (string)
https://ipfs.io/ipfs/QmPWMc5HVrC4k7Zq8FHSrZotgVbWrXMd3JdrLjhyuQmBYU/
maxPassTxn() view returns (uint256)
10
name() view returns (string)
9022 Collection
owner() view returns (address)
0x69254608f6349b6a6eeff53c1ab3c009699514ea
price() view returns (uint256)
1400000000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
9022
totalSupply() view returns (uint256)
292
totalToken() view returns (uint256)
292
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(address _address) view returns (uint256)
getAmountMinted(address _address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhitelist(address[] _addresses, uint256[] _amounts)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSale()
mintNFT(uint32 numberOfTokens) payable
renounceOwnership()
reserveMintNFT(uint256 reserveAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setManager(address _manager)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMintNFT(uint32 numberOfTokens)
widthdrawiAI(address _address, uint256 _amount)
withdrawAll(address _address)
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(address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.