Grails II Mint Pass
Verified contract
Active on
Ethereum with 867 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 "Grails II Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19058312 | 10 months ago | | | 0 | 0.00027134680 | |
| 18915930 | 10 months ago | | | 0 | 0.00034631594 | |
| 18915887 | 10 months ago | | | 0 | 0.00027754071 | |
| 18802835 | a year ago | | | 0 | 0.00079016193 | |
| 18802752 | a year ago | | | 0 | 0.00094034357 | |
| 18799097 | a year ago | | | 0 | 0.0016855987 | |
| 18622641 | a year ago | | | 0 | 0.0010371971 | |
| 17353735 | a year ago | | | 0 | 0.00054965817 | |
| 16880347 | 2 years ago | | | 0 | 0.0027028988 | |
| 16830647 | 2 years ago | | | 0 | 0.00067508883 |
ABI
ABI objects
Getter at block 21179508
NUM_MAX_PASSES() view returns (uint256)
1176
baseTokenURI() view returns (string)
https://storage.googleapis.com/grails-mint-pass/metadata-s2.json
grails() view returns (address)
0xd78afb925a21f87fa0e35abae2aead3f70ced96b
name() view returns (string)
Grails II Mint Pass
owner() view returns (address)
0x70c71b539bdcb5b59edd42a500fd95bdec962650
paused() view returns (bool)
false
symbol() view returns (string)
G2PASS
totalSupply() view returns (uint256)
0
Read-only
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 airdrop(struct Grails2MintPassAirdrop[] airdrops, uint256 expectedTotal, uint256 batchId)
approve(address to, uint256 tokenId)
burnRemaining(uint256[] tokenIds)
pause()
redeem(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address receiver, uint96 basisPoints)
setGrailsContract(address grails_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchAirdropped(uint256 indexed batchId, uint256 total)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI_, address royaltyReceiver)
This contract contains no fallback and receive objects.
AirdropBatchAlreadyPerformed()
AirdropExceedsMaxSupply()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyGrailsContract()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongAirdropChecksum()