Guilded Gods
Verified contract
Active on
Ethereum with 2,654 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"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619201 | 3 months ago | | | 0 | 0.000018256926 | |
| 19066741 | 10 months ago | | | 0 | 0.00041977627 | |
| 18944438 | 10 months ago | | | 0 | 0.00094551414 | |
| 18910395 | a year ago | | | 0 | 0.00045311381 | |
| 18858086 | a year ago | | | 0 | 0.00099273855 | |
| 18743872 | a year ago | | | 0 | 0.0010088781 | |
| 18743834 | a year ago | | | 0 | 0.0023074598 | |
| 18468779 | a year ago | | | 0 | 0.00058766726 | |
| 18468779 | a year ago | | | 0 | 0.00065305421 | |
| 18104149 | a year ago | | | 0 | 0.00042972235 |
ABI
ABI objects
Getter at block 21209398
contractURI() view returns (string)
ipfs://QmVUiMSmuicdQRdjUqegsPmghHYjYvJP69BJ9UwSUw5vvG
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
5910
maxFreeMintPerWallet() view returns (uint256)
2000
maxSupply() view returns (uint256)
5910
name() view returns (string)
Guilded Gods
owner() view returns (address)
0xa8c4aba94390855f0fc86adc7cf823690c4191a6
price() view returns (uint256)
0
salesStartTimestamp() view returns (uint256)
1642114800
symbol() view returns (string)
GG
totalSupply() view returns (uint256)
5910
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)
batchMint(address[] receivers, uint256[] quantities)
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)
setSalesStartTimestamp(uint256 newTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFreeMint(uint256 maxFree, uint256 maxPerWallet)
updateMaxSupply(uint256 newMaxSupply)
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.