The In Gods
Verified contract
Active on
Ethereum with 1,593 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.27)
Native
Value
$6.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,133.94 |
$6.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19542975 | 8 months ago | | | 0 | 0.00059022555 | |
| 19542974 | 8 months ago | | | 0 | 0.0010098830 | |
| 16217277 | 2 years ago | | | 0 | 0.00053585784 | |
| 15882652 | 2 years ago | | | 0 | 0.00050842123 | |
| 15842310 | 2 years ago | | | 0 | 0.00062952560 | |
| 15818366 | 2 years ago | | | 0 | 0.0012958797 | |
| 15784703 | 2 years ago | | | 0 | 0.0017017787 | |
| 15684799 | 2 years ago | | | 0.002 | 0.0010572546 | |
| 15663967 | 2 years ago | | | 0 | 0.00042056936 | |
| 15607902 | 2 years ago | | | 0 | 0.00028158498 |
ABI
ABI objects
Getter at block 21213246
COST() view returns (uint256)
2000000000000000
MAX_BUY_PER_TX() view returns (uint256)
20
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
4421
contractURI() view returns (string)
ipfs://bafybeifbklbabuktufdtz3mmvr7lr7gnxp4kksjlaztd5hfm3h74wrhlna/
name() view returns (string)
The In Gods
saleIsActive() view returns (bool)
true
symbol() view returns (string)
INGODS
totalSupply() view returns (uint256)
3396
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 _amount)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
mintFree(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _new_contractURI)
setName(string _newName, string _newSymbol)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
treasuryMint(uint256 quantity)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
URIQueryForNonexistentToken()