Unisocks 404
Verified contract
Active on
Ethereum with 990 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 "Unisocks 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290018 | 3 hours ago | | | 0 | 0.00016477023 | |
| 21247457 | 6 days ago | | | 0 | 0.00030500942 | |
| 20839038 | 2 months ago | | | 0 | 0.00038669411 | |
| 20599924 | 3 months ago | | | 0 | 0.000064421092 | |
| 19976300 | 6 months ago | | | 0 | 0.00076615188 | |
| 19718624 | 7 months ago | | | 0 | 0.00074392738 | |
| 19522515 | 8 months ago | | | 0 | 0.00056816751 | |
| 19518572 | 8 months ago | | | 0 | 0.00062788001 | |
| 19515987 | 8 months ago | | | 0 | 0.00051673384 | |
| 19507187 | 8 months ago | | | 0 | 0.00049340903 |
ABI
ABI objects
Getter at block 21290854
baseTokenURI() view returns (string)
dataURI() view returns (string)
https://cloudflare-ipfs.com/ipfs/QmYN3R1YY5cSVW6mNHXz86n6HAvjJoNeVGXmwrQcYqgMUU
decimals() view returns (uint8)
18
minted() view returns (uint256)
750
name() view returns (string)
Unisocks 404
owner() view returns (address)
0x6d546852a0a38d8f8f6e79f9d215b526215991cb
symbol() view returns (string)
SOCKS
totalSupply() view returns (uint256)
150000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()