adidas Originals: Into the Metaverse
Verified contract
Active on
Ethereum with 135,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($122.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 4.694495M | $0.000026 |
$122.24 | |
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155835 | 8 hours ago | | | 0 | 0.00048929142 | |
| 21145320 | 2 days ago | | | 0 | 0.00042324921 | |
| 21144087 | 2 days ago | | | 0 | 0.00054756050 | |
| 21143867 | 2 days ago | | | 0 | 0.00050426177 | |
| 21138084 | 3 days ago | | | 0 | 0.0016542756 | |
| 21135372 | 3 days ago | | | 0 | 0.00037655269 | |
| 21130942 | 4 days ago | | | 0 | 0.0010250431 | |
| 21130260 | 4 days ago | | | 0 | 0.00035504613 | |
| 21121272 | 5 days ago | | | 0 | 0.00046906970 | |
| 21121180 | 5 days ago | | | 0 | 0.00024600783 |
ABI
ABI objects
Getter at block 21158189
burnWindowCloses() view returns (uint256)
1924988399
burnWindowOpens() view returns (uint256)
1651171620
cardIdToMint() view returns (uint256)
1
earlyAccessWindowOpens() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0xccf9af4de509482f6bb4bd34eb34ee6882298e30bb545d14567bfc064f60864e
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
adidas Originals: Into the Metaverse
owner() view returns (address)
0x6d1c18bccde60142af23a3f8aa6f5f59c532a675
paused() view returns (bool)
false
purchaseWindowCloses() view returns (uint256)
2
purchaseWindowOpens() view returns (uint256)
1
symbol() view returns (string)
ADI
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
purchaseTxs(address) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
earlyAccessSale(uint256 amount, uint256 index, bytes32[] merkleProof) payable
editSaleRestrictions(uint8 _maxPerTx, uint8 _maxTxEarly, uint8 _maxTxPublic)
editWindows(uint256 _purchaseWindowOpens, uint256 _purchaseWindowCloses, uint256 _earlyAccessWindowOpens, uint256 _burnWindowOpens, uint256 _burnWindowCloses)
pause()
purchase(uint256 amount) payable
redeemCardForOther(uint256 cardIdToRedeem, uint256 amount)
release(address account)
renounceOwnership()
returnToPreviousStage()
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)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _mintPrice)
setURI(string baseURI)
startNextStage()
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReleased(address to, uint256 amount)
Purchased(uint256 indexed index, address indexed account, uint256 amount)
RedeemedForCard(uint256 indexed indexToRedeem, uint256 indexed indexToMint, address indexed account, uint256 amount)
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)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, bytes32 _merkleRoot, address[] payees, uint256[] shares_)
This contract contains no fallback and receive objects.
This contract contains no error objects.