Genesis
Verified contract
Active on
Ethereum with 1,475 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 "Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910454 | a year ago | | | 0 | 0.00047505149 | |
| 17404462 | a year ago | | | 0 | 0.00094444308 | |
| 16873879 | 2 years ago | | | 0 | 0.00055645507 | |
| 16829053 | 2 years ago | | | 0 | 0.0013680841 | |
| 16762903 | 2 years ago | | | 0 | 0.00066592879 | |
| 16687888 | 2 years ago | | | 0 | 0.0016163808 | |
| 16475911 | 2 years ago | | | 0 | 0.00067304313 | |
| 16474316 | 2 years ago | | | 0 | 0.00067402581 | |
| 16378631 | 2 years ago | | | 0 | 0.0014906698 | |
| 16332093 | 2 years ago | | | 0 | 0.00071140641 |
ABI
ABI objects
Getter at block 21249379
contractURI() view returns (string)
https://api.thegenesisbot.com/nft/contract/
maxSupply() view returns (uint256)
520
name() view returns (string)
Genesis
owner() view returns (address)
0xef51c6b7eff0d16038743bf924879d295a4b971f
saleStarted() view returns (bool)
false
symbol() view returns (string)
GENESIS
tokenPrice() view returns (uint256)
999000000000000000000
totalSupply() view returns (uint256)
295
Read-only
authenticateUser(uint256 _tokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
expiryTime(uint256) 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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addTokens(uint256 _newTokens)
approve(address to, uint256 tokenId)
mint() payable
ownerMint(address _receiver)
ownerRenewToken(uint256 _tokenId)
removeTokens(uint256 _numTokens)
renewToken(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setTokenURI(string tokenURI_)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenPrice(uint256 _updatedTokenPrice)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string tokenURI_, string contractURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.