Crypto God
Verified contract
Active on
Ethereum with 354 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 "Crypto God"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16209139 | 2 years ago | | | 0 | 0.00039397800 | |
| 16208758 | 2 years ago | | | 0 | 0.0013355348 | |
| 16208283 | 2 years ago | | | 0 | 0.0015380758 | |
| 16207770 | 2 years ago | | | 0 | 0.0016438871 | |
| 16207759 | 2 years ago | | | 0 | 0.0016670730 | |
| 16206351 | 2 years ago | | | 0 | 0.0016997101 | |
| 16206348 | 2 years ago | | | 0 | 0.0015031898 | |
| 16206346 | 2 years ago | | | 0 | 0.0017605223 | |
| 16206342 | 2 years ago | | | 0 | 0.0017513083 | |
| 16206335 | 2 years ago | | | 0.02 | 0.0015845613 |
ABI
ABI objects
Getter at block 21218598
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmPqfE2fxzWzdavgq4FMzygBQqsA3veEi8o4VQrG31jrtD/
maxFreePerAddr() view returns (uint256)
1
maxSupply() view returns (uint256)
555
name() view returns (string)
Crypto God
owner() view returns (address)
0x592e40ff9d032676b9283bb9b2d8e55529c02544
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
God
totalSupply() view returns (uint256)
368
uriSuffix() view returns (string)
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 operator, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreePerAddr(uint256 maxTx)
team(address rec, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()