SumSwap Collection
Verified contract
Active on
Ethereum with 5,841 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 "SumSwap Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20318704 | 4 months ago | | | 0 | 0.00033168564 | |
| 20161984 | 5 months ago | | | 0 | 0.00025730880 | |
| 19817253 | 6 months ago | | | 0 | 0.00033458678 | |
| 19695452 | 7 months ago | | | 0 | 0.00034712435 | |
| 19241568 | 9 months ago | | | 0 | 0.00073941362 | |
| 19180500 | 9 months ago | | | 0 | 0.0012938693 | |
| 19013420 | 10 months ago | | | 0 | 0.0015107847 | |
| 18946306 | 10 months ago | | | 0 | 0.00053730704 | |
| 18946188 | 10 months ago | | | 0 | 0.00072011434 | |
| 18920192 | 10 months ago | | | 0 | 0.00095124116 |
ABI
ABI objects
Getter at block 21189089
name() view returns (string)
SumSwap Collection
owner() view returns (address)
0x9fc6356dbb5aed98cf32f8295b1d062c2c8906b0
symbol() view returns (string)
SSC
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)
awardItem(address player, string tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
withdrawToken(address addr)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.