Wallet Value
Verified contract
Active on
Ethereum with 659 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 "Wallet Value"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637436 | 3 months ago | | | 0 | 0.000075686020 | |
| 17379893 | a year ago | | | 0 | 0.0019694347 | |
| 16978935 | 2 years ago | | | 0 | 0.0012745011 | |
| 16978924 | 2 years ago | | | 0 | 0.0018394604 | |
| 16922059 | 2 years ago | | | 0 | 0.00094121150 | |
| 16859202 | 2 years ago | | | 0 | 0.00058906091 | |
| 16688443 | 2 years ago | | | 0 | 0.0015229076 | |
| 16099980 | 2 years ago | | | 0 | 0.00056610730 | |
| 16008655 | 2 years ago | | | 0 | 0.00054541644 | |
| 15795444 | 2 years ago | | | 0 | 0.0010523972 |
ABI
ABI objects
Getter at block 21214586
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
50
cost() view returns (uint256)
1000000000000000
maxSupply() view returns (uint256)
3000
name() view returns (string)
Wallet Value
owner() view returns (address)
0x8f6bcd5e73823003b4dd3fa57665559eff0c59c6
symbol() view returns (string)
Pass
totalSupply() view returns (uint256)
2583
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)
godMint(address _to, uint256 _mintAmount)
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) 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 customBaseURI_)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
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(uint256 price, uint256 max_Supply, string baseUri, uint256 maxMintPerTx, bool isSaleActive)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()