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 "C4SH 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20105774 | 6 months ago | | | 0 | 0.00031864672 | |
| 19227333 | 10 months ago | | | 0 | 0.00076668590 | |
| 19219926 | 10 months ago | | | 0 | 0.0022132179 | |
| 19219863 | 10 months ago | | | 0 | 0.0051992507 | |
| 19218865 | 10 months ago | | | 0 | 0.0012614246 | |
| 19218811 | 10 months ago | | | 0 | 0.0012379746 | |
| 19218809 | 10 months ago | | | 0 | 0.0012540731 | |
| 19218809 | 10 months ago | | | 0 | 0.0013481511 | |
| 19218809 | 10 months ago | | | 0 | 0.0013951901 | |
| 19218809 | 10 months ago | | | 0 | 0.0018208607 |
ABI
ABI objects
Getter at block 21317769
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x815f392b65ce5e6cccec64075850087d58fe2de6
name() view returns (string)
C4SH 404
owner() view returns (address result)
0x6fca08dfc67b7a473838e2f6ea3bc2bf5d54db8d
symbol() view returns (string)
C4SH
totalSupply() view returns (uint256)
1000000000000000000000
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 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mint(address to, uint256 amount)
renounceOwnership() payable
requestOwnershipHandover() payable
setBaseURI(string baseURI_)
setSkipNFT(bool skipNFT)
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)
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()