MorseDN404
Verified contract
Proxy
Active on
Ethereum with 27,419 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "MorseDN404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205697 | 28 minutes ago | | | 0 | 0.00046178099 | |
| 21204338 | 5 hours ago | | | 0 | 0.0010295088 | |
| 21204330 | 5 hours ago | | | 0 | 0.00074454420 | |
| 21204321 | 5 hours ago | | | 0 | 0.00057838567 | |
| 21204319 | 5 hours ago | | | 0 | 0.0011995744 | |
| 21203943 | 6 hours ago | | | 0 | 0.00056794314 | |
| 21203207 | 9 hours ago | | | 0 | 0.00051986260 | |
| 21201817 | 13 hours ago | | | 0 | 0.00067879806 | |
| 21200300 | 19 hours ago | | | 0 | 0.00042230126 | |
| 21200136 | 19 hours ago | | | 0 | 0.00043368545 |
ABI
ABI objects
Getter at block 21205833
baseURI() view returns (string)
ipfs://QmaaqFjigjuue5U9rNL4LScRWf6jzLLGNRCYVu5L5DGtHg/{id}
decimals() view returns (uint8)
18
mirrorERC721() view returns (address)
0x027da47d6a5692c9b5cb64301a07d978ce3cb16c
name() view returns (string)
MorseDN404
owner() view returns (address)
0xc9690feeb7a1bae5e0eae9be7617565f98226153
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MORSE
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool result)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
initialize(address owner, string name_, string symbol_, uint96 initialTokenSupply, address initialSupplyOwner)
renounceOwnership()
setBaseURI(string baseURI_)
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 amount)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SkipNFTSet(address indexed owner, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
DNNotInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidUnit()
LinkMirrorContractFailed()
MirrorAddressIsZero()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()