SupeRare
Verified contract
Active on
Ethereum with 43,592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56,887.34)
Native
Value
$56,886.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 17.026646 | $3,341.01 |
$56,886.19 | |
PRT | ERC-20 | 6.896111K | $0.000167 |
$1.15 | |
OCN | ERC-20 | 6 | $0.000038 |
$0 | |
ABST | ERC-20 | 11.895K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
SUPR | ERC-20 | 338 | -- | -- | |
EBK | ERC-20 | 30.175299 | -- | -- | |
BVF | ERC-20 | 2.692709 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242879 | 17 hours ago | | | 0 | 0.00037492818 | |
| 21239780 | a day ago | | | 0 | 0.00042759257 | |
| 21236946 | 2 days ago | | | 0 | 0.0013887971 | |
| 21236363 | 2 days ago | | | 0 | 0.0037115025 | |
| 21236362 | 2 days ago | | | 0 | 0.0030535367 | |
| 21236181 | 2 days ago | | | 0 | 0.0032988193 | |
| 21223121 | 3 days ago | | | 0 | 0.00070167918 | |
| 21218738 | 4 days ago | | | 0.000001 | 0.00071029553 | |
| 21192935 | 8 days ago | | | 0 | 0.00044872998 | |
| 21192932 | 8 days ago | | | 0 | 0.00041509112 |
ABI
ABI objects
Getter at block 21247869
creatorPercentage() view returns (uint256)
100
maintainerPercentage() view returns (uint256)
30
name() pure returns (string _name)
SupeRare
owner() view returns (address)
0x859c43ddbc6ad28b1eefb40d1cd696d187bae76d
symbol() pure returns (string _symbol)
SUPR
totalSupply() view returns (uint256)
4436
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
creatorOfToken(uint256 _tokenId) view returns (address)
currentBidDetailsOfToken(uint256 _tokenId) view returns (uint256, address)
isWhitelisted(address _creator) view returns (bool)
originalTokenOfUri(string _uri) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
salePriceOfToken(uint256 _tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events acceptBid(uint256 _tokenId)
addNewToken(string _uri)
addNewTokenWithEditions(string _uri, uint256 _editions, uint256 _salePrice)
approve(address _to, uint256 _tokenId)
bid(uint256 _tokenId) payable
buy(uint256 _tokenId) payable
cancelBid(uint256 _tokenId)
setCreatorPercentage(uint256 _percentage)
setMaintainerPercentage(uint256 _percentage)
setSalePrice(uint256 _tokenId, uint256 _salePrice)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
whitelistCreator(address _creator)
AcceptBid(address indexed _bidder, address indexed _seller, uint256 _amount, uint256 indexed _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bid(address indexed _bidder, uint256 indexed _amount, uint256 indexed _tokenId)
CancelBid(address indexed _bidder, uint256 indexed _amount, uint256 indexed _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SalePriceSet(uint256 indexed _tokenId, uint256 indexed _price)
Sold(address indexed _buyer, address indexed _seller, uint256 _amount, uint256 indexed _tokenId)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
WhitelistCreator(address indexed _creator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.