Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 16 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C404 | ERC-20 | 0.00445 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015787 | a month ago | | | 0 | 0.0013374712 | |
| 20282009 | 5 months ago | | | 0 | 0.00012284073 | |
| 20282008 | 5 months ago | | | 0 | 0.00011123437 | |
| 19500190 | 8 months ago | | | 0 | 0.00067619028 | |
| 19497521 | 8 months ago | | | 0 | 0.0028902478 | |
| 19484073 | 8 months ago | | | 0 | 0.0015578294 | |
| 19369872 | 9 months ago | | | 0 | 0.0059291634 | |
| 19322081 | 9 months ago | | | 0 | 0.0023161996 | |
| 19272834 | 9 months ago | | | 0 | 0.0013916871 | |
| 19251560 | 9 months ago | | | 0 | 0.00075849655 |
ABI
ABI objects
Getter at block 21306792
decimals() pure returns (uint8)
18
mirrorERC721() view returns (address)
0x87c9e39c71ad1efa188dde1172786703dceeeb94
name() pure returns (string)
C4SH404
owner() view returns (address)
0xd45506ada880960a09053433f58c5baf23976c17
symbol() pure returns (string)
C404
totalSupply() view returns (uint256)
1085532765277777777751
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
baseTokenURI(uint8) view returns (string)
getExcludedFromFee(address a) view returns (bool)
getNFTInfo(uint256 id) view returns (uint8, uint256)
getSkipNFT(address a) view returns (bool)
imageTokenURI(uint8) view returns (string)
stakingAddresses(address) view returns (bool)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading(bool _isTradingEnabled)
mint(address to, uint256 amount)
revokeOwnership()
setApprovalStakingAddress(address stakingAddress, bool approved)
setExcludedFromFee(address account, bool excluded)
setImageURI(uint8 tier, string _imageURI)
setLimits(bool _isLimited, uint256 _maxMint)
setNftCountPerTier(uint256 _nftCountPerTier)
setSkipNFT(address nft, bool skip)
setStakingAddress(address _stakingAddress, bool temp)
setSwapEnabled(bool enabled)
setTaxPair(address pair)
setTaxRates(uint256 buy, uint256 sell)
setTaxSettings(address receiver, uint256 swapThreeshold)
setTokenURI(uint8 tier, string _tokenURI)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address _owner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidOwner()
LinkMirrorContractFailed()
MaxBalanceExceeded()
MirrorAddressIsZero()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TradingNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()