Rare Shoe
Verified contract
Active on
Ethereum with 3,333 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 "Rare Shoe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154305 | a month ago | | | 0 | 0.00043427605 | |
| 20848467 | 2 months ago | | | 0 | 0.00032566755 | |
| 18906831 | a year ago | | | 0 | 0.00077961899 | |
| 18877009 | a year ago | | | 0 | 0.0012118875 | |
| 18804130 | a year ago | | | 0 | 0.00078589742 | |
| 18448478 | a year ago | | | 0 | 0.00065686177 | |
| 18249584 | a year ago | | | 0 | 0.00088310718 | |
| 18240222 | a year ago | | | 0 | 0.00021633111 | |
| 18201740 | a year ago | | | 0 | 0.00032364259 | |
| 18162829 | a year ago | | | 0 | 0.00054151220 |
ABI
ABI objects
Getter at block 21384878
MAX_SUPPLY() view returns (uint256)
4444
isPreSalesActive() view returns (bool)
true
isSalesActive() view returns (bool)
false
name() view returns (string)
Rare Shoe
owner() view returns (address)
0x030839c3a0f71cd56b38ffd51bda3f811a003d41
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
RSHOE
totalSupply() view returns (uint256)
2327
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)
recoverAddress(address account, uint256 freeMints, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity, uint256 freeMints, bytes signature)
mint(uint256 quantity) payable
mintPreSale(uint256 quantity, uint256 freeMints, bytes signature) 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 newBaseURI)
setPrice(uint256 newPrice)
setSignerAddress(address signerAddress)
togglePreSales()
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.