SHIPREKT
Verified contract
Active on
Ethereum with 10,367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.58)
Native
Value
$48.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.013105 | $3,707.12 |
$48.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21066929 | a month ago | | | 0 | 0.00035113659 | |
| 20559876 | 3 months ago | | | 0 | 0.00018520461 | |
| 20526051 | 4 months ago | | | 0 | 0.000072569651 | |
| 20525586 | 4 months ago | | | 0 | 0.000070015097 | |
| 20369139 | 4 months ago | | | 0 | 0.00012108210 | |
| 20319486 | 4 months ago | | | 0 | 0.00021849381 | |
| 19850979 | 7 months ago | | | 0 | 0.00018588170 | |
| 19624855 | 8 months ago | | | 0 | 0.00062041619 | |
| 19624059 | 8 months ago | | | 0 | 0.00092490000 | |
| 19428865 | 9 months ago | | | 0 | 0.0012947459 |
ABI
ABI objects
Getter at block 21298957
COLLECTION_SIZE() view returns (uint256)
7777
MINT_PRICE() view returns (uint256)
0
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
1
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
1
contractURI() pure returns (string)
https://zerocodenft.azurewebsites.net/api/marketplacecollections/2cf1bf66-9454-44df-3d4b-08da4822632f
name() view returns (string)
SHIPREKT
owner() view returns (address)
0x312e53460ed432d01821f5a93f73e985d2877015
preRevealURL() view returns (string)
saleStatus() view returns (uint8)
2
symbol() view returns (string)
SHIPREKT
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count, uint256 price) pure 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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPreRevealUrl(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()