RareShoeCapsules
Verified contract
Active on
Ethereum with 796 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xd07d…2430 (#349335) | ERC-1555 | 4 | -- | -- | |
0xd07d…2430 (#348852) | ERC-1555 | 3 | -- | -- | |
0xd07d…2430 (#636714) | ERC-1555 | 2 | -- | -- | |
0xd07d…2430 (#465384) | ERC-1555 | 2 | -- | -- | |
0xd07d…2430 (#397383) | ERC-1555 | 2 | -- | -- | |
0xd07d…2430 (#348917) | ERC-1555 | 2 | -- | -- | |
0x495f…7b5e (#76897645978672858115504195217152888562815429950311142221661744565664704626689) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#76897645978672858115504195217152888562815429950311142221661744557968123232257) | ERC-1555 | 1 | -- | -- | |
0x495f…7b5e (#76897645978672858115504195217152888562815429950311142221661744554669588348929) | ERC-1555 | 1 | -- | -- | |
BADDIE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19756272 | 7 months ago | | | 0 | 0.00028197989 | |
| 17966095 | a year ago | | | 0 | 0.00056695946 | |
| 17966027 | a year ago | | | 0 | 0.0012104313 | |
| 16478749 | 2 years ago | | | 0 | 0.00096976632 | |
| 15742679 | 2 years ago | | | 0 | 0.00071528145 | |
| 15611996 | 2 years ago | | | 0 | 0.00045152569 | |
| 15589225 | 2 years ago | | | 0 | 0.00047347439 | |
| 15540977 | 2 years ago | | | 0 | 0.00064763369 | |
| 15531898 | 2 years ago | | | 0 | 0.00050291766 | |
| 15531585 | 2 years ago | | | 0 | 0.00073129394 |
ABI
ABI objects
Getter at block 21325515
MAX_SUPPLY() view returns (uint256)
3000
name() view returns (string)
Rare Shoe Capsules
owner() view returns (address)
0xff5e190e1362605a39dd7a235ba69f5f14fe1430
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
RSHOEC
totalSupply() view returns (uint256)
700
Read-only
_addressToMintedFreeTokens(address) view returns (uint256)
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 addFreeMint(address wallet, uint256 quantity)
approve(address to, uint256 tokenId)
burnMint(address receiver, string tokenURI) payable returns (uint256)
mint(address receiver, string tokenURI) payable returns (uint256)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address from, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address from, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address to)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.