Retired Cats
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "Retired Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19225788 | 10 months ago | | | 0 | 0.00098072529 | |
| 19225786 | 10 months ago | | | 0 | 0.0015615391 | |
| 19225782 | 10 months ago | | | 0 | 0.0011231636 | |
| 19225781 | 10 months ago | | | 0 | 0.0012454139 | |
| 19225780 | 10 months ago | | | 0 | 0.00092037249 | |
| 19225780 | 10 months ago | | | 0 | 0.0010608969 | |
| 19225778 | 10 months ago | | | 0 | 0.0012680290 | |
| 19225778 | 10 months ago | | | 0 | 0.0012680290 | |
| 19225778 | 10 months ago | | | 0 | 0.0012680290 | |
| 19225778 | 10 months ago | | | 0 | 0.0012680290 |
ABI
ABI objects
Getter at block 21390474
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x4f8cba6c26b5451f4a27c68eabb7984e15253f0c
name() view returns (string)
Retired Cats
owner() view returns (address result)
0xafc18f1fb89c5c4b0a1926d8427ac4e7ee8dc724
symbol() view returns (string)
RC
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address a) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setSkipNFT(bool skipNFT)
setSkipNFTByOwner(address a, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
withdraw()
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(string name_, string symbol_, uint96 initialTokenSupply, address initialSupplyOwner, address mirrorAddress)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidTotalNFTSupply()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
TokenDoesNotExist()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnauthorizedSender()