AverageHolidays
Verified contract
Active on
Ethereum with 234 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 39 additional slots
Balances ($0.00)
No balances found for "AverageHolidays"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110970 | a month ago | | | 0 | 0.00020072513 | |
| 17050100 | 2 years ago | | | 0 | 0.00068025446 | |
| 17029823 | 2 years ago | | | 0 | 0.00092320826 | |
| 17029702 | 2 years ago | | | 0 | 0.00088550634 | |
| 17029352 | 2 years ago | | | 0 | 0.0010967530 | |
| 16519097 | 2 years ago | | | 0 | 0.0013821521 | |
| 16470739 | 2 years ago | | | 0 | 0.0061047293 | |
| 16464658 | 2 years ago | | | 0 | 0.00083086061 | |
| 16456814 | 2 years ago | | | 0 | 0.0016462130 | |
| 16390277 | 2 years ago | | | 0 | 0.0016823637 |
ABI
ABI objects
Getter at block 21326935
_merkleRoot() view returns (bytes32)
0xc80f818e1ae2e1af9c2da09204952475984695f01953319cd19714e29a7a7326
_toLoop() view returns (uint256)
0
_week() view returns (uint256)
2
cost() view returns (uint256)
0
currentWeek() view returns (uint256)
2
owner() view returns (address)
0xf91716d853d3a547f5be7f9d3289986d7c84fd85
paused() view returns (bool)
false
showCurrentTokens() view returns (uint256[])
[2]
uriSuffix() view returns (string)
.json
Read-only
_currentTokens(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimedList(address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id_) view returns (string)
State-modifying
Events averageClaim(uint256 _mintAmount, bytes32[] _merkleProof) payable
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMerkleRoot(bytes32 merkleRoot)
setPaused(bool _state)
setURI(string uri_)
setUriSuffix(string _uriSuffix)
setWeek(uint256 newWeek)
smallClaimsCourt(address[] addresses, uint256[] ids, uint256[] amounts, bytes[] data)
transferOwnership(address newOwner)
updateCurrentTokens(uint256[] newTokens)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_, uint256 _cost)
This contract contains no fallback and receive objects.
This contract contains no error objects.