Metaborg Five Stars by Giovanni Motta
Verified contract
Active on
Ethereum with 123 txns
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Metaborg Five Stars by Giovanni Motta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114161 | a month ago | | | 0 | 0.00025941273 | |
| 21114158 | a month ago | | | 0 | 0.00039769861 | |
| 18728565 | a year ago | | | 0 | 0.0030169842 | |
| 18634955 | a year ago | | | 0 | 0.0018130973 | |
| 17630065 | a year ago | | | 0 | 0.0027162397 | |
| 17420863 | 2 years ago | | | 0 | 0.0012060788 | |
| 17420222 | 2 years ago | | | 0 | 0.0010661152 | |
| 17420205 | 2 years ago | | | 0 | 0.0011852970 | |
| 17415129 | 2 years ago | | | 0 | 0.0042944052 | |
| 17414866 | 2 years ago | | | 0 | 0.0023135473 |
ABI
ABI objects
Getter at block 21434449
ERC1155Address() view returns (address)
0x4c8fffbb3ab30fbc20d02c72329f4c85b8c08e96
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdtyF9rSec3Cdic1gJ8z3zKQ7sSpsZeUUcJe9DrHUTPnv/
blockDelay() view returns (uint256)
967680
getAvailablePagesNumber() view returns (uint256)
0
name() view returns (string)
Metaborg Five Stars by Giovanni Motta
owner() view returns (address)
0x92c55a1b992073040c181c0ae64fe7849f0ac93c
symbol() view returns (string)
Metaborg Five Stars
visibility() view returns (uint8)
5
Read-only
balanceOf(address owner) view returns (uint256)
blockToExpiration(uint256 _tokenID) view returns (uint256)
bytesToUint(bytes32 b) pure returns (uint256)
checkDuplicates(uint256[] _IDs) view returns (bool)
checkEmail(uint256 _tokenID, string _email) view returns (bool)
checkVisibility(uint8 _userGroup) view returns (bool)
getAddressMetadata(address _address) view returns (uint8, uint8, uint8, uint256, uint256, uint256)
getApproved(uint256 tokenId) view returns (address)
getUserGroup(address _address) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
shiftArray8(uint8[] _array, uint8[] _indexesToDelete) pure returns (uint8[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdropManga(address[] _addresses, uint256[] _IDs) returns (bool)
approve(address to, uint256 tokenId)
burnAndReceivePhysicalEdition(uint256 _tokenID, string _email) returns (bool)
buyMetaborgStars() payable returns (uint8[])
getRandom(uint256 _externalMax) returns (uint256)
initialize(uint256[] _availableIDs, uint8[] _stars, string _baseURI, address _ERC1155Address)
renounceOwnership()
revealURI(string _newBaseURI) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGroupMetaData(uint256[] _prices, uint256[] _packs, uint256 _groupID) returns (bool)
setVisibility(uint8 _visibility) returns (bool)
setWaitToBurn(uint256 _blocks) returns (bool)
setWhitelistedAddresses(address[] _addresses, bool _toWhitelist) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawOwnerBalance(address _to) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
deletePriceEvent(uint256 price)
initializeDataEvent(uint256 elements, bytes32 baseURI, address ERC1155Address)
revealURIEvent(string oldURI, string newURI)
setBlockDelayEvent(uint256 oldDelay, uint256 newDelay)
setContactPhysicalEditionEvent(uint256 tokenID, bytes32 email)
setGroupPriceEvent(uint256 groupID, uint256 pack1, uint256 pack2, uint256 pack3, uint256 price1, uint256 price2, uint256 price3)
setWhitelistEvent(address indexed to, bool isWhitelisted)
withdrawOwnerBalanceEvent(address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)