TheProjectURS
Verified contract
Active on
Ethereum with 8,130 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 "TheProjectURS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106704 | 8 days ago | | | 0 | 0.000097263672 | |
| 21101827 | 8 days ago | | | 0 | 0.00023184000 | |
| 21101357 | 8 days ago | | | 0 | 0.00035595583 | |
| 21014146 | 20 days ago | | | 0 | 0.00057032143 | |
| 21013875 | 21 days ago | | | 0 | 0.00050731254 | |
| 20988723 | 24 days ago | | | 0 | 0.00035601235 | |
| 20988704 | 24 days ago | | | 0 | 0.00028954914 | |
| 20929110 | a month ago | | | 0 | 0.0022294563 | |
| 20854651 | a month ago | | | 0 | 0.00030070979 | |
| 20699959 | 2 months ago | | | 0 | 0.000050613230 |
ABI
ABI objects
Getter at block 21160916
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmXkHfcD1YspTYTpHCPN5iX2yv6WPzL4uNFtSppJXSGai4/
name() view returns (string)
TheProjectURS
owner() view returns (address)
0xae1b0edfd2bed6be0abd7e9377f3a85b19225b1f
symbol() view returns (string)
URS
totalSupply() view returns (uint256)
9983
ursStore() view returns (address)
0xd19fa1565564f552200ab656c3003d5868555539
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setURSStore(address _ursStore)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string baseURI)
SetURSStore(address ursStore)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string __name, string __symbol, string __baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.