Vacation by Roope Rainisto
Verified contract
Proxy
Active on
Ethereum with 507 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Vacation by Roope Rainisto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241608 | 4 days ago | | | 0 | 0.00063526926 | |
| 21077670 | a month ago | | | 0 | 0.00086785420 | |
| 20981681 | a month ago | | | 0 | 0.00048509273 | |
| 20965784 | a month ago | | | 0 | 0.0013219504 | |
| 20886455 | 2 months ago | | | 0 | 0.00026115911 | |
| 20801399 | 2 months ago | | | 0 | 0.00035737691 | |
| 20779176 | 2 months ago | | | 0 | 0.00071129906 | |
| 20756639 | 2 months ago | | | 0 | 0.00018159546 | |
| 20746935 | 2 months ago | | | 0 | 0.000076614377 | |
| 20746934 | 2 months ago | | | 0 | 0.000076614377 |
ABI
ABI objects
Getter at block 21272328
_baseUri() view returns (string)
ipfs://bafybeidk3z2rz25h4wj7pxc62s4j5lrb55n2on4npzmho4suaw6xi2iqni
_name() view returns (string)
Vacation by Roope Rainisto
artistName() view returns (string)
creator() view returns (address)
0x24c3833219ab8128644f37cbb51546cdfbce6c02
files() view returns (string[])
[]
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
license() view returns (string)
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
Vacation by Roope Rainisto
owner() view returns (address)
0x24c3833219ab8128644f37cbb51546cdfbce6c02
projectDescription() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
428
year() view returns (string)
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
_payloads(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
fileContents(string fileName) view returns (bytes)
fileStorage(string fileName) view returns (address[])
getApproved(uint256 tokenId) view returns (address)
getPayload(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFile(string fileName, address[] fileStorageAddresses)
approve(address to, uint256 tokenId)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mint(address to, uint256 tokenId)
mintBatch(address[] to, uint256[] tokenIds)
mintBatchWithPayload(address[] to, uint256[] tokenIds, string[] payloads)
mintWithPayload(address to, uint256 tokenId, string payload)
removeFile(string fileName)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArtistName(string artistName_)
setCollectionName(string name_)
setDescription(string description_)
setGatewayManager(address gatewayManager_)
setLicense(string license_)
setMintingManager(address minter_)
setPayload(uint256 tokenId, string payload)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
setYear(string year_)
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)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FileAlreadyRegistered()
FileNotRegistered()