RaremintsERC721
Verified contract
Implementation
Active on
Ethereum with 53 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "RaremintsERC721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16501174 | 2 years ago | | | 0.01 | 0.00071367493 | |
| 16501174 | 2 years ago | | | 0.01 | 0.00071367493 | |
| 16501155 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501155 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501155 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501155 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501151 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501151 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501151 | 2 years ago | | | 0.01 | 0.0026871680 | |
| 16501151 | 2 years ago | | | 0.01 | 0.0026871680 |
ABI
ABI objects
Getter at block 21273526
_isPresale() view returns (bool)
false
_paused() view returns (bool)
false
apiVersion() pure returns (uint16)
2
baseURIFinal() view returns (bool)
false
getBaseURI() view returns (string)
getPrice() view returns (uint256)
0
getSupply() view returns (uint256)
0
isPaused() view returns (bool)
false
isPresale() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] addresses, uint256[] amounts, uint256 _metadata)
approve(address to, uint256 tokenId)
finalizeBaseURI()
initialize(string _name, string _symbol, string _initialBaseURI, uint256 _initialPrice, uint256 _initialSupply, address newOwner)
mint(uint256 num, uint256 metadata) payable
presaleMint(uint256 num, bytes signature, uint256 metadata) 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 baseURI)
setIsPresale(bool val)
setPause(bool val)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable returns (uint256)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
MintEvent(address indexed _to, uint256 indexed _tokenId, uint256 indexed _metadata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.