Reincarpo
Verified contract
Active on
Ethereum with 2,480 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 "Reincarpo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17618892 | a year ago | | | 0 | 0.00051551162 | |
| 17100274 | 2 years ago | | | 0 | 0.0019476438 | |
| 17100274 | 2 years ago | | | 0 | 0.0019476438 | |
| 17100274 | 2 years ago | | | 0 | 0.0019476438 | |
| 17100269 | 2 years ago | | | 0 | 0.0019205140 | |
| 17100269 | 2 years ago | | | 0 | 0.0019205140 | |
| 17100269 | 2 years ago | | | 0 | 0.0019205140 | |
| 17031390 | 2 years ago | | | 0 | 0.0012253656 | |
| 17020587 | 2 years ago | | | 0 | 0.0011852019 | |
| 17014635 | 2 years ago | | | 0 | 0.0012860810 |
ABI
ABI objects
Getter at block 21317760
FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5555
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri() view returns (string)
ipfs://bafybeibl3vf6hrohg7lonvxokcktj63feetgoio6mbpwawrkqf42c4p2pu/
cost() view returns (uint256)
4000000000000000
isPaused() view returns (bool)
true
name() view returns (string)
Reincarpo
owner() view returns (address)
0xe4c1002babe648aa34b8e64364041f0539222311
per_wallet() view returns (uint256)
5
symbol() view returns (string)
RNCRP
totalSupply() view returns (uint256)
5555
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
changeBaseUri(string newURI)
ownerMint(uint256 amount, address[] recipients) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxPerWallet(uint256 _per_wallet)
startSale(bool state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()