Villagers of XOLO
Verified contract
Active on
Ethereum with 22,583 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Villagers of XOLO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268421 | 8 hours ago | | | 0 | 0.00049978077 | |
| 21257936 | 2 days ago | | | 0 | 0.00055503775 | |
| 21255222 | 2 days ago | | | 0 | 0.00046363445 | |
| 21253229 | 2 days ago | | | 0 | 0.00044442363 | |
| 21253181 | 2 days ago | | | 0 | 0.0011570422 | |
| 21241034 | 4 days ago | | | 0 | 0.00082109187 | |
| 21234916 | 5 days ago | | | 0 | 0.00046439131 | |
| 21232014 | 5 days ago | | | 0 | 0.00052789525 | |
| 21225824 | 6 days ago | | | 0 | 0.00051168280 | |
| 21223859 | 7 days ago | | | 0 | 0.0011125218 |
ABI
ABI objects
Getter at block 21270674
XOLO_PROVENANCE() view returns (string)
d2071980294989d255116e8436c40b5f5439216b29436fcca4ddb49d452ecd71
auctionMintCount() view returns (uint256)
10000
auctionSupply() view returns (uint256)
10000
baseURI() view returns (string)
https://villagers.planetxolo.workers.dev/nft/
beneficiaryAddress() view returns (address)
0x1a263f200c1fe51b1ab5f0bc5d4144f69b957fc7
claimIsActive() view returns (bool)
true
claimStart() view returns (uint256)
1647197999
decreaseInterval() view returns (uint256)
300
decreasePerInterval() view returns (uint256)
40229166666666666
endPrice() view returns (uint256)
69000000000000000
getCurrentPrice() view returns (uint256)
69000000000000000
keysAddress() view returns (address)
0x40875223d61a688954263892d0f76c94fd6b3d4a
maxPurchaseAmt() view returns (uint256)
5
maxSupply() view returns (uint256)
20000
name() view returns (string)
Villagers of XOLO
owner() view returns (address)
0x3fe98707898a91f5734790f3fcf1492a3b937d1a
revealDate() view returns (uint256)
1647809700
saleIsActive() view returns (bool)
false
saleStart() view returns (uint256)
1647111599
startPrice() view returns (uint256)
2000000000000000000
startingIndex() view returns (uint256)
17329
startingIndexBlock() view returns (uint256)
14425542
symbol() view returns (string)
XOLO
totalIntervals() view returns (uint256)
48
totalSupply() view returns (uint256)
15114
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint16[])
State-modifying
Events approve(address to, uint256 tokenId)
auctionMint(uint256 _amount) payable
changeClaimState()
changeSaleState()
keyMint(uint256 _amount)
ownerMint(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseTokenURI)
setClaimStart(uint256 _claimStartTimestamp)
setDutchDetails(uint256 _decreaseInterval, uint256 _decreasePerInterval, uint256 _totalIntervals, uint256 _startPrice, uint256 _endPrice)
setKeysAddress(address _newAddress)
setMaxPurchaseAmt(uint256 _newMaxPurchaseAmt)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 _revealTimeStamp)
setSaleStart(uint256 _saleStartTimestamp)
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 _saleStart, uint256 _revealDate, address _beneficiaryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.