Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "XRGB"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21447533 | a month ago | | | 0 | 2.4748320e-7 | |
| 21159194 | a month ago | | | 0 | 0.000024182436 | |
| 20982957 | a month ago | | | 0 | 4.4725941e-7 | |
| 20803999 | 2 months ago | | | 0 | 4.2582633e-7 | |
| 20408868 | 2 months ago | | | 0 | 1.1926385e-7 | |
| 20062238 | 2 months ago | | | 0 | 3.5549406e-7 | |
| 19141736 | 3 months ago | | | 0 | 1.9271556e-7 | |
| 17414780 | 4 months ago | | | 0 | 8.7021908e-7 | |
| 17145174 | 4 months ago | | | 0 | 8.7021908e-7 | |
| 16555913 | 5 months ago | | | 0 | 3.2291651e-7 |
ABI
ABI objects
Getter at block 22957303
baseTokenURI() view returns (string)
decimals() view returns (uint8)
18
factory() view returns (address)
0xd0c11fc959e22b8e9b69c97ea3cd334d480ce203
minted() view returns (uint256)
317
name() view returns (string)
XRGB
symbol() view returns (string)
XRGB
totalSupply() view returns (uint256)
1255068000000000000000000
units() view returns (uint256)
21000000000000000000000
Read-only
_owned(address, uint256) view returns (uint256)
_ownedIndex(uint256) view returns (uint256)
_ownerOf(uint256) view returns (address)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc721BalanceOf(address owner_) 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)
burnBRC404(address from, uint256 amount)
mintBRC404(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target_, bool state_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
Approval(address indexed owner, address indexed spender, uint256 amountOrId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 amountOrId)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
ExceedMaxSupply()
InvalidRecipient()
InvalidSender()
NotFound()
OnlyCallByFactory()
Unauthorized()
UnsafeRecipient()