Arrivals
Verified contract
Active on
Ethereum with 2,591 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 "Arrivals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20261479 | 5 months ago | | | 0 | 0.00014437741 | |
| 19655825 | 8 months ago | | | 0 | 0.00027007108 | |
| 17648873 | a year ago | | | 0 | 0.00036336000 | |
| 17018505 | 2 years ago | | | 0 | 0.0010558759 | |
| 16964687 | 2 years ago | | | 0 | 0.00083044800 | |
| 16816456 | 2 years ago | | | 0 | 0.00079659736 | |
| 16752918 | 2 years ago | | | 0 | 0.00040517925 | |
| 16583818 | 2 years ago | | | 0 | 0.00057946535 | |
| 16204978 | 2 years ago | | | 0 | 0.00060565701 | |
| 16194776 | 2 years ago | | | 0 | 0.0010256000 |
ABI
ABI objects
Getter at block 21325857
OGMerkleRoot() view returns (bytes32)
0xfd72392efeb82706b82a5ced5744a81eb287ac106ef36b131897860beb3c6d94
OGMinted() view returns (uint256)
6
baseExtension() view returns (string)
.json
baseURL() view returns (string)
ipfs://bafybeidy3bxpv7mdn3i5hrond5aljgsxiprscly3ms7salc3dp5rmpm6bq/
cost() view returns (uint256)
0
isOG() view returns (bool)
false
isPublic() view returns (bool)
true
isRevealed() view returns (bool)
true
isWhitelist() view returns (bool)
false
maxOGTokens() view returns (uint256)
100
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
1452
name() view returns (string)
Arrivals
owner() view returns (address)
0x070a23f1b4bd57399d62ad6e29e02e5bbcbfeabd
paused() view returns (bool)
false
symbol() view returns (string)
ARVLS
totalSupply() view returns (uint256)
1452
unRevealedURL() view returns (string)
ipfs://bafkreiahvivvtatf32genvt5xdi2b2f3ef6xfvrwbua57jc55vz2ofgvba/
whitelistMerkleRoot() view returns (bytes32)
0x24209891481393cafd39916e47fcdecb870c42000f121cafa35d4a53ab3beb3d
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 OGMint(bytes32[] merkleProof) payable
approve(address to, uint256 tokenId) payable
pause()
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseURL(string _baseURL)
setCost(uint256 _cost)
setMaxPerWallet(uint256 _maxPerWallet)
setOG(bool _isOG)
setOGMerkleRoot(bytes32 merkleRoot)
setPublic(bool _isPublic)
setUnRevealedURL(string _unRevealedURL)
setWhitelist(bool _isWhitelist)
setWhitelistMerkleRoot(bytes32 merkleRoot)
toggleRevealed()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
whitelistMint(bytes32[] merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()