Koripo by Rich Poole
Verified contract
Active on
Ethereum with 2,939 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Koripo by Rich Poole"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104337 | 16 days ago | | | 0 | 0.00014129020 | |
| 21102516 | 17 days ago | | | 0 | 0.00022465337 | |
| 21101587 | 17 days ago | | | 0 | 0.00022434722 | |
| 21054664 | 23 days ago | | | 0 | 0.00024817036 | |
| 20918405 | a month ago | | | 0 | 0.00032160775 | |
| 20914489 | a month ago | | | 0 | 0.0018160312 | |
| 20908824 | a month ago | | | 0 | 0.00030543837 | |
| 20903753 | a month ago | | | 0 | 0.00029292993 | |
| 20886410 | 2 months ago | | | 0 | 0.00027242716 | |
| 20886409 | 2 months ago | | | 0 | 0.00025796957 |
ABI
ABI objects
Getter at block 21220815
MAX_NUM_TOKENS() view returns (uint32)
999
MINT_PRICE() view returns (uint256)
150000000000000000
mintConfig() view returns (uint64 signedMintOpeningTimestamp, uint64 publicMintOpeningTimestamp, uint64 mintClosingTimestamp)
(signedMintOpeningTimestamp=1651647600, publicMintOpeningTimestamp=1651676400, mintClosingTimestamp=1652281200)
name() view returns (string)
Koripo by Rich Poole
owner() view returns (address)
0x16485319aa0ad7a4e68176fbaada235c92acae2e
paused() view returns (bool)
false
paymentSplitter() view returns (address)
0x24b72ad70f635b56e33b87a414e645abdb9f1aae
paymentSplitterRoyalties() view returns (address)
0x8e3a4955404ce20a5a4d980811546403aca4f51f
symbol() view returns (string)
KORIPO
totalSupply() view returns (uint32)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigners(uint8 stage) view returns (address[] signers)
isApprovedForAll(address owner, address operator) view returns (bool)
numEarlyAccessMintsFrom(bytes32) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSeed(uint256 tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeSigners(uint8 stage, address[] delSigners, address[] addSigners)
mintEarlyAccess(address to, uint16 num, uint16 numMax, uint128 nonce, bytes signature) payable
mintPublic(uint16 num, uint16 numMax, uint128 nonce, bytes signature) payable
mintReserve(struct GmStudioKoripoReserveReceiver[] receivers)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setMintConfig(struct GmStudioKoripoMintConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address newOwner, address signerEarlyAccess, address signerPublic, string baseTokenURI, struct GmStudioKoripoMintConfig config, address[] payees, uint256[] shares, uint256[] sharesRoyalties)
This contract contains no fallback and receive objects.
InsufficientTokensRemanining()
InvalidPayment()
MintDisabled()
OnlyEOA()
SignatureAlreadyUsed()
TooManyMintsRequested()
WrongMintingStage()
WrongNumberOfReserveMints()