Ikigai
Verified contract
Proxy
Active on
Ethereum with 633 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 47 additional slots
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Ikigai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840406 | a month ago | | | 0 | 0.00062417396 | |
| 20252217 | 4 months ago | | | 0 | 0.000044121852 | |
| 19503315 | 8 months ago | | | 0 | 0.00081749961 | |
| 19043421 | 10 months ago | | | 0 | 0.0012502475 | |
| 18895700 | 10 months ago | | | 0 | 0.0011868961 | |
| 18842210 | a year ago | | | 0 | 0.0024266788 | |
| 18842209 | a year ago | | | 0 | 0.0024160973 | |
| 18590514 | a year ago | | | 0 | 0.0012955606 | |
| 18325680 | a year ago | | | 0 | 0.00027993306 | |
| 18067523 | a year ago | | | 0 | 0.00051533323 |
ABI
ABI objects
Getter at block 21160451
implementation() pure returns (address)
0xf1339d689f879ac13957f89e43b123a3228d9efd
config() view returns (address signer, uint32 maxSupply, uint32 reserveAmount, uint16 maxPerAddress, uint8 status, bool revealed, bool bypassOffset, uint120 privatePrice, uint120 publicPrice)
(signer=0x5c6bf38f47448c02459785bf4e64516a4c790f07, maxSupply=777, reserveAmount=49, maxPerAddress=100, status=2, revealed=true, bypassOffset=false, privatePrice=0, publicPrice=100000000000000000)
name() view returns (string)
Ikigai
owner() view returns (address)
0x5accfce60fb36d5847da49c6eed8d48590672695
provenanceHash() view returns (string)
0x3618b14b753ad1533301764a66911febf58fed56782e67b9ec9a5b9d5a95e8fe
symbol() view returns (string)
IKI
tokenOffset() view returns (uint256)
435
totalReleased() view returns (uint256)
26700000000000000000
totalShares() view returns (uint256)
100000
totalSupply() view returns (uint256)
333
uri() view returns (string)
ipfs://Qmboy1SB71Nj7frHCTRRKRuM5EjJ2xVmvZvuTYmkVeiTr5/
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
commitMetadata()
initialize(address[] _payees, uint256[] _shares, string _name, string _symbol, string _uri, string _provenanceHash, struct ERC721OffsetableConfig _config)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(struct ERC721OffsetableConfig _config)
setOffset(uint256 randomness)
setProvenanceHash(string _provenanceHash)
setRevealed(bool _revealed, string _uri)
setRoyalties(address receiver, uint96 royaltyFraction)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes data)
fallback()
receive()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ERC721Offsetable_CallerNotOffsetManager()
ERC721Offsetable_CollectionNotRevealed()
ERC721Offsetable_ExceedsMaxPerAddress()
ERC721Offsetable_FunctionLocked()
ERC721Offsetable_InsufficientSupply()
ERC721Offsetable_InvalidMintStatus()
ERC721Offsetable_InvalidPaymentSplitterValues()
ERC721Offsetable_InvalidSignature()
ERC721Offsetable_InvalidValue()
ERC721Offsetable_NoContractMinting()
ERC721Offsetable_ProvenanceHashNotSet()
ERC721Offsetable_TokenOffsetAlreadySet()
ERC721Offsetable_TokenOffsetBypassed()
ERC721Offsetable_TokenOffsetNotSet()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()