AI Rein
Verified contract
Active on
Ethereum with 4,599 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 "AI Rein"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012282 | a month ago | | | 0 | 0.00042762648 | |
| 20339241 | 4 months ago | | | 0 | 0.00033387303 | |
| 20319192 | 4 months ago | | | 0 | 0.00020451212 | |
| 20195520 | 5 months ago | | | 0 | 0.00010954453 | |
| 20152425 | 5 months ago | | | 0 | 0.000049117032 | |
| 19630430 | 7 months ago | | | 0 | 0.00055083792 | |
| 19225759 | 9 months ago | | | 0 | 0.00046330839 | |
| 19158102 | 9 months ago | | | 0 | 0.00038818686 | |
| 19158089 | 9 months ago | | | 0 | 0.00038113881 | |
| 19090335 | 10 months ago | | | 0 | 0.00096907419 |
ABI
ABI objects
Getter at block 21207321
adminAddress() view returns (address)
0x7bfd83422d5466853f4285aa160082b6dfad60be
baseTokenURI() view returns (string)
ipfs://QmYtYMNWVQnDSpmFy9PU1qRwrcHvuL3EYUHFRtzS6hhqgf/
maxPerWallet() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x98226e37d0a91aa515bf77b85e7400955654d58aed884bf814682c3fc3fad911
name() view returns (string)
AI Rein
officialAddress() view returns (address)
0x2f3035e914dce6a0428afeb5902427cb7bc8a59d
owner() view returns (address)
0xe72190ce10d7940eb6e3b36a4afbee4cd82ea6b5
payeeAddress() view returns (address)
0xfa62aaf889fb866ec4e089e81fdfe836af2fcae0
price() view returns (uint256)
50000000000000000
royaltyAddress() view returns (address)
0x2794d58f8c0ef1a2b0d96bce79318446c1cf3d9f
royaltyFeeNumerator() view returns (uint96)
500
saleState() view returns (uint8)
0
superAddress() view returns (address)
0x3c82a4c454c2f38b755b632262fb0480c463b529
supply() view returns (uint256)
2999
symbol() view returns (string)
AR
totalSupply() view returns (uint256)
2999
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 qty, bytes32[] merkleProof) payable
officialMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address _adminAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setOfficialAddress(address _officialAddress)
setPayeeAddress(address _payeeAddress)
setPerWalletMax(uint256 _val)
setPrice(uint256 newPrice)
setRoyaltyInfo(address _royaltyAddress, uint96 _royaltyFeeNumerator)
setSaleState(uint8 state)
setSuperAddress(address _superAddress)
superMint(uint256 qty)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _name, string _symbol, string _baseUri, bytes32 _merkleRoot, address _adminAddress, address _payeeAddress, address _royaltyAddress, address _officialAddress, address _superAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidOfficialAddress()
InvalidPayeeAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
InvalidSuperAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()