GU: Atlas Belt
Verified contract
Active on
Ethereum with 2,783 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: Atlas Belt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178185 | 18 days ago | | | 0 | 0.00082120908 | |
| 19909317 | 6 months ago | | | 0 | 0.000081459970 | |
| 19088473 | 10 months ago | | | 0 | 0.00063960856 | |
| 17137889 | 2 years ago | | | 0 | 0.0039807397 | |
| 16556691 | 2 years ago | | | 0 | 0.0010969453 | |
| 16492505 | 2 years ago | | | 0 | 0.00074507880 | |
| 16356227 | 2 years ago | | | 0 | 0.00037265724 | |
| 16356227 | 2 years ago | | | 0 | 0.00065439415 | |
| 16333008 | 2 years ago | | | 0 | 0.00035220456 | |
| 16249181 | 2 years ago | | | 0 | 0.00076946249 |
ABI
ABI objects
Getter at block 21306050
_tokenIds() view returns (uint256 _value)
2507
baseURI() view returns (string)
https://api.immutable.com/asset/
isOwner() view returns (bool)
false
isTradable() view returns (bool)
true
name() view returns (string)
GU: Atlas Belt
owner() view returns (address)
0xed824e513aff2545af0b6bb11ec2c503560e7672
symbol() view returns (string)
GU:ATLASBELT
totalSupply() view returns (uint256)
2507
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.