GU: Royal Card Back
Verified contract
Active on
Ethereum with 667 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GU: Royal Card Back"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19909319 | 6 months ago | | | 0 | 0.000076808110 | |
| 19003694 | a year ago | | | 0 | 0.0011056783 | |
| 17165781 | 2 years ago | | | 0 | 0.0026981382 | |
| 16776816 | 2 years ago | | | 0 | 0.00066186194 | |
| 16767671 | 2 years ago | | | 0 | 0.00094907337 | |
| 16751979 | 2 years ago | | | 0 | 0.00083785119 | |
| 16492508 | 2 years ago | | | 0 | 0.00076540224 | |
| 16333008 | 2 years ago | | | 0 | 0.00035220456 | |
| 16247479 | 2 years ago | | | 0 | 0.00062017273 | |
| 16155383 | 2 years ago | | | 0 | 0.00097808882 |
ABI
ABI objects
Getter at block 21332819
_tokenIds() view returns (uint256 _value)
10000
baseURI() view returns (string)
https://api.immutable.com/asset/
isOwner() view returns (bool)
false
isTradable() view returns (bool)
true
name() view returns (string)
GU: Royal Card Back
owner() view returns (address)
0xed824e513aff2545af0b6bb11ec2c503560e7672
symbol() view returns (string)
GU:ROYALCARDBACK
totalSupply() view returns (uint256)
10000
Read-only
approvedMinters(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) returns (uint256 tokenId)
mintMultiple(address[] _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setMinterStatus(address _minter, bool _status)
setTradabilityStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterStatusChanged(address minter, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RaffleItemMinted(uint256 tokenId, address owner)
TradabilityStatusChanged(bool status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _ticker)
This contract contains no fallback and receive objects.
This contract contains no error objects.