Gener8tive Metro S1
Verified contract
Active on
Ethereum with 871 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 "Gener8tive Metro S1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071831 | a month ago | | | 0 | 0.00077197443 | |
| 20961565 | a month ago | | | 0 | 0.00045998048 | |
| 20903429 | 2 months ago | | | 0 | 0.00032727983 | |
| 19455077 | 8 months ago | | | 0 | 0.0012939289 | |
| 17840199 | a year ago | | | 0 | 0.00068418905 | |
| 17381091 | a year ago | | | 0 | 0.0023074860 | |
| 16700053 | 2 years ago | | | 0 | 0.0012302427 | |
| 16443835 | 2 years ago | | | 0 | 0.0013987218 | |
| 16443594 | 2 years ago | | | 0 | 0.00084200789 | |
| 16383558 | 2 years ago | | | 0 | 0.00076066800 |
ABI
ABI objects
Getter at block 21274872
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
REWARDS_MINTER_ROLE() view returns (bytes32)
0x22fe7797c29f8cc60f28bb6a2e43a2d14d667a2f241579b5344cf5c188aa74ce
hibernation() view returns (address)
0x0000000000000000000000000000000000000000
mintHook() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Gener8tive Metro S1
owner() view returns (address)
0xe8d9ad4bfcd008cd7c2cad26c0f13b2bfcf5d588
symbol() view returns (string)
Metro
Read-only
balanceOf(address owner) view returns (uint256)
contractInfo(string) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
series(uint256) view returns (uint256 privateMintPrice, uint256 publicMintPrice, uint256 tokenMintPrice, address causeBeneficiary, uint8 causePercentage, bool paused, bool privateMintActive, bool mintWithTokens, uint32 maxSupply, uint32 numMinted, address mintAllocationProvider, address tokenUriProvider)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSeriesMapping(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeSeriesCause(uint256 seriesId, address newCauseBeneficiary, uint8 newPercentage)
createSeries(uint32 maxSupply, uint256 privateMintPrice, uint256 publicMintPrice, uint256 tokenMintPrice, address causeBeneficiary, uint8 causePercentage, bool mintWithTokens, address mintAllocationProvider, address tokenUriProviderContract)
endHibernation(uint256 tokenId)
grantRole(bytes32 role, address account)
hibernationTransfer(uint256 tokenId, address recipient)
mintWithRewards(uint256 seriesId, address minter)
privateMint(uint256 seriesId, bytes32[] merkleProof, string extraData) payable
publicMint(uint256 seriesId) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
reserveToken(uint256 seriesId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractInfo(string key, string value)
setCustomMintAction(address newMintHook)
setHibernationContractAddress(address newHibernation)
setSeriesAllocationProvider(uint256 seriesId, address newMintAllocationProvider)
setSeriesTokenUriProvider(uint256 seriesId, address newTokenUriProvider)
startHibernation(uint256 tokenId)
toggleSeriesMintWithTokens(uint256 seriesId)
toggleSeriesPausedState(uint256 seriesId)
toggleSeriesPremintState(uint256 seriesId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(address recipient, uint256 amount)
AllocationProviderChanged(uint256 seriesId, address newMintAllocationProvider)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CauseBeneficiaryChanged(uint256 seriesId, address indexed causeAddress, uint8 causePercentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SeriesPausedStateChange(uint256 seriesId, bool paused)
SeriesPremintStateChange(uint256 seriesId, bool enabled)
TokenMinted(uint256 indexed tokenIndex, uint256 indexed seriesId, address minter, uint256 maxSupply, uint256 mintPrice, uint8 saleType)
TokenUriProviderChanged(uint256 seriesId, address newProviderAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.