Guilded Gods Mint Pass
Verified contract
Active on
Ethereum with 920 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 "Guilded Gods Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19593401 | 7 months ago | | | 0 | 0.00026752236 | |
| 17352141 | a year ago | | | 0 | 0.00098190551 | |
| 17162280 | 2 years ago | | | 0 | 0.0011445871 | |
| 16661855 | 2 years ago | | | 0 | 0.00097433393 | |
| 16306802 | 2 years ago | | | 0 | 0.00076002535 | |
| 16287584 | 2 years ago | | | 0 | 0.00073677412 | |
| 15629338 | 2 years ago | | | 0 | 0.00023277766 | |
| 15610996 | 2 years ago | | | 0 | 0.00060036066 | |
| 15610960 | 2 years ago | | | 0 | 0.00027979860 | |
| 15486547 | 2 years ago | | | 0 | 0.00087867676 |
ABI
ABI objects
Getter at block 21181421
MAX_SUPPLY() view returns (uint256)
6014
contractURI() view returns (string)
ipfs://QmTq75TtkExq178yaKDsK3SnE7Lpj2P9CSzq1f83tLZJvH
isSalesActive() view returns (bool)
false
maxFreeMint() view returns (uint256)
750
maxFreeMintPerWallet() view returns (uint256)
3
name() view returns (string)
Guilded Gods Mint Pass
owner() view returns (address)
0xa8c4aba94390855f0fc86adc7cf823690c4191a6
price() view returns (uint256)
60000000000000000
symbol() view returns (string)
GG
totalSupply() view returns (uint256)
756
Read-only
addressToFreeMinted(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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
This contract contains no error objects.