God of Elder
Verified contract
Active on
Ethereum with 1,058 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 "God of Elder "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502909 | 3 months ago | | | 0 | 0.000043605162 | |
| 20502900 | 3 months ago | | | 0 | 0.000043345045 | |
| 20502889 | 3 months ago | | | 0 | 0.000048600922 | |
| 20502879 | 3 months ago | | | 0 | 0.000045496333 | |
| 19917366 | 6 months ago | | | 0 | 0.00035156248 | |
| 19917253 | 6 months ago | | | 0 | 0.00042218930 | |
| 16517127 | 2 years ago | | | 0 | 0.00074889273 | |
| 15214379 | 2 years ago | | | 0 | 0.0010531575 | |
| 15140081 | 2 years ago | | | 0.004 | 0.00026228623 | |
| 15136577 | 2 years ago | | | 0 | 0.0010185500 |
ABI
ABI objects
Getter at block 21212558
getNextId() view returns (uint256)
1000
hiddenMetadataUri() view returns (string)
ipfs://QmZSCW8zNdeRRw6sN7fjiEq7TUuf76JxpAsnb6LdnkzMi5//
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
1000
mintEnabled() view returns (bool)
true
name() view returns (string)
God of Elder
nextId() view returns (uint256)
1000
owner() view returns (address)
0x7bfbea7ee43f370f90505b28ed8a123f63789e12
price() view returns (uint256)
4000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
EGD
totalFree() view returns (uint256)
700
totalSupply() view returns (uint256)
1000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events WhitelistMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPrice(uint256 _newPrice)
setRevealed()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()