Monarch
Verified contract
Active on
Ethereum with 6,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MNRCH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198654 | 6 hours ago | | | 0 | 0.00036544987 | |
| 21195337 | 17 hours ago | | | 0 | 0.00058582012 | |
| 21095250 | 15 days ago | | | 0 | 0.00035453469 | |
| 21081520 | 17 days ago | | | 0 | 0.00030626397 | |
| 21023725 | 25 days ago | | | 0 | 0.00025844578 | |
| 21013894 | a month ago | | | 0 | 0.00035863195 | |
| 21012314 | a month ago | | | 0 | 0.00024229221 | |
| 21003718 | a month ago | | | 0 | 0.00019715583 | |
| 20983522 | a month ago | | | 0 | 0.00026769073 | |
| 20983080 | a month ago | | | 0 | 0.00021792240 |
ABI
ABI objects
Getter at block 21200442
baseTokenURI() view returns (string)
https://raw.githubusercontent.com/devlordmonarch/metadata/main/mnrch/
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
47630
name() view returns (string)
Monarch
owner() view returns (address)
0x3c6f312adbe37b08e89470ab34c865b80215bfac
symbol() view returns (string)
MNRCH
totalSupply() view returns (uint256)
8888000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()