InfiniGods: Elder Gods
Verified contract
Active on
Ethereum with 2,222 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
1 additional
variable
Balances ($0.00)
No balances found for "InfiniGods: Elder Gods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205743 | 7 hours ago | | | 0 | 0.00054571630 | |
| 21201329 | a day ago | | | 0 | 0.0011163471 | |
| 21200691 | a day ago | | | 0 | 0.00087694940 | |
| 21198729 | a day ago | | | 0 | 0.00074852692 | |
| 21197853 | a day ago | | | 0 | 0.0011094814 | |
| 21197770 | a day ago | | | 0 | 0.00096694998 | |
| 21194753 | 2 days ago | | | 0 | 0.0016697859 | |
| 21194742 | 2 days ago | | | 0 | 0.0013706585 | |
| 21191318 | 2 days ago | | | 0 | 0.00091277634 | |
| 21190898 | 2 days ago | | | 0 | 0.0016904155 |
ABI
ABI objects
Getter at block 21207917
ELDERGODS_old() view returns (address)
0x2a7334c0361b33526f2793e808a4b79d0b87af20
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
canRent() view returns (bool)
true
getEldersSupply() view returns (uint256)
4052
godsFee() view returns (uint256)
0
name() view returns (string)
InfiniGods: Elder Gods
owner() view returns (address)
0xb85e653e74060b092ef14c410d5fdf397bec856d
rentBidsCounter() view returns (uint256)
0
symbol() view returns (string)
GODS
totalSupply() view returns (uint256)
4489
Read-only
allowedTokens(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSloth(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rent(uint256) view returns (address user, uint64 expires)
rentBids(uint256) view returns (uint256 tokenId, uint256 price, address user, uint256 expiry, address payToken, uint64 duration)
rentableItems(uint256) view returns (uint256 price, address lender, uint64 expiry, address payToken, uint64 duration)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events acceptBid(uint256 bidId)
acceptRent(uint256 _tokenId) payable
airdrop(uint256 gasLimit)
approve(address operator, uint256 tokenId)
changeOperatorFilterRegistryAddress(address newRegistry)
changeRentFee(uint256 _newFee)
changeTreasuryAddress(address _newTreasury)
deleteBid(uint256 bidId)
deleteFromRent(uint256 _tokenId)
modifyAllowedTokens(address[] tokenList, bool value)
placeBid(uint256 _tokenId, uint64 _expiry, uint64 _duration, uint256 _price, address _token)
putForRent(uint256 _tokenId, uint64 _expiry, uint64 _duration, uint256 _price, address _token)
renounceOwnership()
returnToTreasury(uint256 gasLimit)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _ext)
setBaseURI(string _base)
setRentStatus(bool status)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BidDeleted(uint256 bidId)
BidPlaced(uint256 indexed bidId, uint256 tokenId, uint64 expiry, uint64 duration, uint256 price, address token)
NFTDeletedFromRent(uint256 tokenId)
NFTListedForRent(uint256 tokenId, uint64 expiry, uint64 duration, uint256 price, address token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(string name_, string symbol_, address _ig)
fallback()
receive()
OperatorNotAllowed(address operator)