The Deities
Verified contract
Active on
Ethereum with 273 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 "The Deities"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16412798 | 2 years ago | | | 0 | 0.00041745158 | |
| 16398958 | 2 years ago | | | 0 | 0.0056801674 | |
| 16398953 | 2 years ago | | | 0 | 0.0055441914 | |
| 16398042 | 2 years ago | | | 0 | 0.0020792916 | |
| 16398030 | 2 years ago | | | 0 | 0.0014485275 | |
| 16398027 | 2 years ago | | | 0 | 0.0022229886 | |
| 16397954 | 2 years ago | | | 0 | 0.0019068752 | |
| 16397947 | 2 years ago | | | 0 | 0.0017731340 | |
| 16397942 | 2 years ago | | | 0 | 0.0019617539 | |
| 16397904 | 2 years ago | | | 0 | 0.00070704028 |
ABI
ABI objects
Getter at block 21405909
maxFreePerWallet() view returns (uint256)
4
maxPerTx() view returns (uint256)
8
maxSupply() view returns (uint256)
666
mintEnabled() view returns (bool)
true
name() view returns (string)
The Deities
owner() view returns (address)
0xb8a037b561746851c97e21eae7039cd400e95b33
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
The Deities
totalFree() view returns (uint256)
590
totalSupply() view returns (uint256)
582
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 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)
setPrice(uint256 _newPrice)
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()
URIQueryForNonexistentToken()