Chiblings
Verified contract
Active on
Ethereum with 1,529 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "Chiblings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148581 | 3 days ago | | | 0 | 0.00041167440 | |
| 21146777 | 3 days ago | | | 0 | 0.00045344136 | |
| 21110865 | 8 days ago | | | 0 | 0.00010986959 | |
| 20997498 | 24 days ago | | | 0 | 0.00037686634 | |
| 20945924 | a month ago | | | 0 | 0.00023000336 | |
| 20885781 | a month ago | | | 0 | 0.0015524910 | |
| 20874430 | a month ago | | | 0 | 0.00027450570 | |
| 20869542 | a month ago | | | 0 | 0.00081908361 | |
| 20846750 | a month ago | | | 0 | 0.00018723259 | |
| 20838091 | 2 months ago | | | 0 | 0.00091862493 |
ABI
ABI objects
Getter at block 21168879
decimals() pure returns (uint8)
18
metadata() view returns (address)
0xeb1805d6e3762bac0622279f77ecbc0977893ea5
metadataLocked() view returns (bool)
false
mirrorERC721() view returns (address)
0x63578ca1be3ab8e75d88854485e8c23b41d87b16
name() pure returns (string)
Chiblings
owner() view returns (address result)
0x80a037b1c81eab20afbcd0d21e04fba4bd1b3f54
symbol() pure returns (string)
CHIB
totalSupply() view returns (uint256)
69860000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(address mirror)
renounceOwnership() payable
requestOwnershipHandover() payable
setMetadata(address metadata_)
setMetadataLocked()
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address metadata_)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MetadataLocked()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()