MarinKita
Verified contract
Active on
Ethereum with 311 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 "MarinKita"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19794463 | 6 months ago | | | 0 | 0.00037162315 | |
| 18871580 | a year ago | | | 0 | 0.0013780103 | |
| 16228537 | 2 years ago | | | 0 | 0.00047293843 | |
| 16228536 | 2 years ago | | | 0 | 0.00084373107 | |
| 16074573 | 2 years ago | | | 0 | 0.00087687703 | |
| 15867886 | 2 years ago | | | 0 | 0.0010888449 | |
| 15754227 | 2 years ago | | | 0 | 0.00073466851 | |
| 15747332 | 2 years ago | | | 0 | 0.00094632803 | |
| 15703662 | 2 years ago | | | 0 | 0.00029320944 | |
| 15699061 | 2 years ago | | | 0 | 0.00082483792 |
ABI
ABI objects
Getter at block 21205438
maxPerTx() view returns (uint32)
5
maxSupply() view returns (uint32)
1100
minDonate() view returns (uint256)
2000000000000000
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
MarinKita
owner() view returns (address)
0x05ab7419a8a88a7daaad725ee5dde807ce3b222e
symbol() view returns (string)
MK
totalSupply() view returns (uint256)
1100
uriPrefix() view returns (string)
ipfs://QmZY5kGjdW9fKTi9hBry3iodxqhLYaVGtDHceryLc2gfR9/
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 to, uint256 tokenId)
burn(uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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()