409 AMIGOS
Verified contract
Active on
Ethereum with 58 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 "409 AMIGOS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21355747 | 3 days ago | | | 0 | 0.0016824804 | |
| 20750914 | 3 months ago | | | 0 | 0.00084678735 | |
| 19884432 | 7 months ago | | | 0 | 0.0012518540 | |
| 19722434 | 8 months ago | | | 0 | 0.0015482840 | |
| 19707466 | 8 months ago | | | 0 | 0.0014773146 | |
| 19700526 | 8 months ago | | | 0 | 0.0014835021 | |
| 19481700 | 9 months ago | | | 0 | 0.0051542508 | |
| 19251066 | 10 months ago | | | 0 | 0.0036924104 | |
| 19251056 | 10 months ago | | | 0 | 0.0029716509 | |
| 18868569 | a year ago | | | 0 | 0.0029126894 |
ABI
ABI objects
Getter at block 21378286 getListTokenID() view returns (uint256[]) getListTokenOwners() view returns (struct Mint409token[])
baseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeiaucks4657whvg6tlysvwriaibmi6th5jizux3l4qddp7v6vw6w64/
infoContract() view returns (address, uint256)
(0x568039e47977e78577cc753f79b4d61b904395a7, 0)
maxSupply() view returns (uint256)
409
name() view returns (string)
409 AMIGOS
owner() view returns (address)
0x452a9b6432cd228410f01a1da754449c8bafc85a
salePrice() view returns (uint256)
0
symbol() view returns (string)
AMIGO
tokenCount() view returns (uint256)
53
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royalties(uint256, uint256) view returns (address account, uint96 value)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAvatar(address) view returns (uint256)
tokenMintedOwners(uint256) view returns (uint256 tokenId, address owner)
tokenURI(uint256 tokenId) view returns (string)
verifyMerkleTree(bytes32[] merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] merkleProof, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string updateBaseURI)
setRoyalties(uint256 _tokenId, address _royaltiesReceipientAddress, uint96 _percentageBasisPoints)
setSalePrice(uint256 updateSalePrice)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transfer(address addressMint, uint256 tokenId)
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
newTokenMinted(address indexed owner, uint256 id)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)