EARNFT Genesis Membership NFT
Verified contract
Proxy
Active on
Ethereum with 907 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
0x700f…3138
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 45 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "EARNFT Genesis Membership NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284589 | a day ago | | | 0 | 0.00041177265 | |
| 21284076 | a day ago | | | 0 | 0.00046952268 | |
| 21284068 | a day ago | | | 0 | 0.00048205360 | |
| 21282804 | 2 days ago | | | 0 | 0.00060522050 | |
| 21282699 | 2 days ago | | | 0 | 0.00091674167 | |
| 21278331 | 2 days ago | | | 0 | 0.00054734797 | |
| 21269888 | 3 days ago | | | 0 | 0.00030381968 | |
| 21269861 | 3 days ago | | | 0 | 0.00045018411 | |
| 21268554 | 4 days ago | | | 0 | 0.00046241589 | |
| 21268528 | 4 days ago | | | 0 | 0.00043223603 |
ABI
ABI objects
Getter at block 21294740 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
expectedTokenSupply() view returns (uint256)
11111
getCreatorPaymentAddress() view returns (address)
0x700fb9ae663a4f7642a78bb436d510960cdc3138
getFeeConfig() view returns (uint256, uint256)
(0, 100)
getTreasury() view returns (address)
0xa3296593f77ce11a5f4a1d51e0463fb8fb44b0d9
mintReserve() view returns (uint256)
0
name() view returns (string)
EARNFT Genesis Membership NFT
owner() view returns (address)
0xa459dc9893478646f03a12b949d27c51c3c21c8a
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
EARNFT
timestamp() view returns (uint256)
1732900151
tokenIdCounter() view returns (uint256)
349
totalSupply() view returns (uint256)
349
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedByAddress(address to, uint256 sales) view returns (uint256)
getPrice(uint8 n, uint256 sales) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSales(uint256 sales) view returns (struct FakturaTicketFlow2Sales)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeCreatorPaymentAddress(address _to)
grantRole(bytes32 role, address account)
initialize(string name, string symbol, string _tokenBaseURI, struct FakturaTicketFlow2Sales[] _salesPhase, uint256 _mintReserve, bool _revealed, uint256 _tokenSupply, address _fakturaPaymentAddress, address _creatorPaymentAddress, address _creatorFakturaAddress, uint256 _secondaryFakturaFeeBasisPoints, uint256 _secondaryCreatorFeeBasisPoints)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
reveal(string uri)
revokeRole(bytes32 role, address account)
safeMint(address to, uint8 amount, uint256 sales, bytes32 r, bytes32 s, uint8 v) payable
safeReserveMint(address to, uint256 amount, uint256 sales)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCreatorPaymentAddress(address _to)
setOwner(address newOwner)
setReserve(uint256 _mintReserve)
setSalesPhase(struct FakturaTicketFlow2Sales _salesPhase, uint8 position)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()