Anyside
Verified contract
Proxy
Active on
Ethereum with 2,927 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
2 additional
variables
Balances ($298.44)
Native
Value
$298.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.095295 | $3,131.74 |
$298.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20632504 | 3 months ago | | | 0 | 0.000045283422 | |
| 20533005 | 3 months ago | | | 0 | 0.000088547660 | |
| 20533004 | 3 months ago | | | 0 | 0.000085938071 | |
| 20411629 | 4 months ago | | | 0 | 0.000050470519 | |
| 20411629 | 4 months ago | | | 0 | 0.000050470519 | |
| 20190992 | 5 months ago | | | 0 | 0.00031808262 | |
| 20155526 | 5 months ago | | | 0 | 0.00088481222 | |
| 19789309 | 6 months ago | | | 0 | 0.00016469780 | |
| 19698783 | 7 months ago | | | 0 | 0.00019166313 | |
| 19515078 | 8 months ago | | | 0 | 0.0011196306 |
ABI
ABI objects
Getter at block 21213231 proxiableUUID() view returns (bytes32)
baseURI() view returns (string)
https://anyside.com/metadata/evm/1/
name() view returns (string)
Anyside
owner() view returns (address)
0x6803f083211a00bfe5062042485c469dae6f3cec
symbol() view returns (string)
ANY
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)
tokenExpirations(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOwnedByUser(address user_) view returns (struct TokenInfo[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] tokenIds_)
freeMint(struct FreeMintParams params)
initialize(string name_, string symbol_, string baseURI_)
mint(struct MintParams params) payable
renounceOwnership()
rewnewNFT(uint256 tokenId_, uint256 price_, uint256 newExpiration_, uint256 renewExpiration_, uint8 v, bytes32 r, bytes32 s) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount_) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ExpiredNFT()
InvalidParameters()
MintParamsExpired()
NotEnoughFundsForWithdrawal()
NotEnoughFundsSent()
NotOwnerOrApprovedNFT()
TokenExpirationExpired()
UnableToVerifySignature()