The Transactions
Verified contract
Active on
Ethereum with 446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "The Transactions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16581092 | 2 years ago | | | 0 | 0.0021405282 | |
| 16388079 | 2 years ago | | | 0 | 0.00099863790 | |
| 16364790 | 2 years ago | | | 0 | 0.0018633979 | |
| 16364698 | 2 years ago | | | 0 | 0.0014293703 | |
| 16355328 | 2 years ago | | | 0 | 0.00086895998 | |
| 16347711 | 2 years ago | | | 0 | 0.00090576737 | |
| 16345561 | 2 years ago | | | 0 | 0.00050924943 | |
| 16345547 | 2 years ago | | | 0 | 0.00049746434 | |
| 16344976 | 2 years ago | | | 0 | 0.0014857750 | |
| 16344938 | 2 years ago | | | 0 | 0.00098891071 |
ABI
ABI objects
Getter at block 21203639
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
airnode() view returns (address)
0x9d3c147ca16db954873a498e0af5852ab39139f2
airnodeRrp() view returns (address)
0xa0ad79d995ddeeb18a14eaef56a549a04e3aa1bd
blurVictimSupply() view returns (uint256)
9
endpointIdUint256Array() view returns (bytes32)
0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3
mintPhase() view returns (uint256)
0
mintPrice() view returns (uint256)
72000000000000000
name() view returns (string)
The Transactions
nominalMaxSupply() view returns (uint256)
2000
owner() view returns (address)
0xf0dbd59b214405ff0b2364dac77ae14662ccfcdd
paused() view returns (bool)
false
paymentSplitterAddress() view returns (address)
0xf0dbd59b214405ff0b2364dac77ae14662ccfcdd
pendingsAddress() view returns (address)
0x79c2dbc3ced9b873ec0e58d294313c7194c6c4a3
pendingsSupply() view returns (uint256)
998
qrngGasForwarded() view returns (uint256)
100000000000000
randIdIsOn() view returns (bool)
true
revealed() view returns (bool)
false
sponsorAddressWhichIsNotSponsorWallet() view returns (address)
0xf7309c55c2463c2ca4d7a3f96955458b52a96b42
sponsorWallet() view returns (address)
0x3160ea68c1cbff5da7d66001fbbb78083dfe65ff
symbol() view returns (string)
TXN
totalMinted() view returns (uint256)
442
totalMintedPostClaim() view returns (uint256)
243
totalMintedSoFar() view returns (uint256)
442
totalSupply() view returns (uint256)
2009
Read-only
amountMinted(address) view returns (uint256)
amountMintedPerAddressPublic(address) view returns (uint256)
amountMintedPerAddressWhitelist(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
expectingRequestWithIdToBeFulfilled(bytes32) view returns (bool)
getHasPendingsIdBeenUsedForFreeBlockMint(uint256 _pendingsId) view returns (bool)
getHasPendingsIdBeenUsedForPaidBlockMint(uint256 _pendingsId) view returns (bool)
getOwnedIds(address _owner) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
lastMintedIds(uint256) view returns (uint256)
ownedIds(address, uint256) view returns (uint256)
remainingIds(uint256) view returns (uint256)
requestIdToOriginFunction(bytes32) view returns (uint256)
requestIdToReservedId(bytes32) view returns (uint256)
requestIdToSender(bytes32) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
usedInFreeMintPendingIds(uint256) view returns (bool)
usedInPaidMintPendingIds(uint256) view returns (bool)
State-modifying
Events addUnusedFreeMintsToRemainingIds()
airdropToBlurVictims(address[] _addresses)
batchClaimPendingsOwner(uint256[] _pendingsIds)
batchMintPendingsOwner(uint256[] _pendingsIds) payable
claimSinglePendingsOwner(uint256 _pendingsId)
fulfillMint(bytes32 _requestId, bytes data)
mintSingleBlockPendingsHolderWhitelist(uint256 _pendingsId) payable
mintSinglePublic() payable
renounceOwnership()
reveal()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAirnodeRequestParameters(address _airnode, bytes32 _endpointIdUint256Array, address _sponsorWallet, address _sponsorAddressWhichIsNotSponsorWallet, uint256 _qrngGasForwarded)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setBlurVictimSupply(uint256 _blurVictimSupply)
setIdArray()
setMintPhase(uint256 _phase)
setMintPrice(uint256 _publicMintCost)
setPaused(bool _paused)
setPaymentSplitterAddress(address _paymentSplitterAddress)
setPendingsAddress(address _pendingsAddress)
setQrngGasForwarded(uint256 _qrngGasForwarded)
setRandIsOn(bool _randIdIsOn)
setUnrevealedBaseURI(string _uri)
transferOwnership(address newOwner)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract()
withdrawEthFromSponsorWallet()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceivedUint256Array(bytes32 indexed requestId, uint256[] response)
RequestedUint256Array(bytes32 indexed requestId, uint256 size)
TransactionMinedFromBlock(uint256 indexed _id, address _sender, bytes32 _requestId)
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(address _airnodeRrp)
fallback()
receive()
ForwardFailed()
IdNotFoundInArray()
InsufficientFunds()
InvalidId()
MaxSupplyReached()
MintIsClosed()
MintLimitPerWalletReached()
NoOwnedIds()
NoRemainingIds()
NotOwnerOfThisPendings()
OnlyContractOrOwnerCanCall()
OperatorNotAllowed(address operator)
PendingAlreadyUsedForPaidMint()
PendingAlreadyUsedInFreeMint()
TooManyAddresses()
UnknownAirnodeRequestId()
ZeroPendingsBalance()