GuardiansofUkraine
Verified contract
Active on
Ethereum with 499 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 "GuardiansofUkraine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19644847 | 8 months ago | | | 0 | 0.00041534100 | |
| 19431069 | 9 months ago | | | 0 | 0.0020154519 | |
| 19189748 | 10 months ago | | | 0 | 0.0026827029 | |
| 18475417 | a year ago | | | 0 | 0.00050649736 | |
| 17712475 | a year ago | | | 0 | 0.00076717626 | |
| 17452703 | a year ago | | | 0 | 0.00067403076 | |
| 17252668 | 2 years ago | | | 0 | 0.0017786455 | |
| 17086013 | 2 years ago | | | 0 | 0.0027953421 | |
| 17085749 | 2 years ago | | | 0 | 0.0030723623 | |
| 16965342 | 2 years ago | | | 0 | 0.0013511117 |
ABI
ABI objects
Getter at block 21288791
COLLECTION_SIZE() view returns (uint256)
5000
FIRSTXFREE() view returns (uint256)
2
MINT_PRICE() view returns (uint256)
30000000000000000
PRESALE_MINT_PRICE() view returns (uint256)
20000000000000000
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
100
TOKENS_PER_PERSON_WL_LIMIT() view returns (uint256)
50
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
50
contractURI() pure returns (string)
https://zerocodenft.azurewebsites.net/api/marketplacecollections/ceb81518-816d-4bc9-bb77-08da5bc147c0
merkleRoot() view returns (bytes32)
0x39c7852e667e9eb501c636ddcdf9313a030bd35f35dfa6ee14b543a642ea06dc
name() view returns (string)
GuardiansofUkraine
owner() view returns (address)
0x1b969c9023e7eb62570371f2d0a38a1b13661e45
preRevealURL() view returns (string)
ipfs://QmT8F7zSZLMYtKKgWgWcQd1jTqkCELaAYriGoSQ23V617g
saleStatus() view returns (uint8)
2
symbol() view returns (string)
GoU
totalSupply() view returns (uint256)
2138
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count) 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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
redeem(bytes32[] merkleProof, uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 root)
setPreRevealUrl(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
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()