GenesisSoul
Verified contract
Active on
Ethereum with 7,416 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18113819 | a year ago | | | 0 | 0.0038774334 | |
| 18027100 | a year ago | | | 0 | 0.00048750029 | |
| 18020415 | a year ago | | | 0 | 0.0017016476 | |
| 18020082 | a year ago | | | 0 | 0.0016070132 | |
| 18020079 | a year ago | | | 0 | 0.0016793691 | |
| 18020076 | a year ago | | | 0 | 0.0016063525 | |
| 18020074 | a year ago | | | 0 | 0.0016037553 | |
| 18020073 | a year ago | | | 0 | 0.0015754142 | |
| 17976900 | a year ago | | | 0 | 0.0013538306 | |
| 17976898 | a year ago | | | 0 | 0.0013806367 |
ABI
ABI objects
Getter at block 21224486
maxSupply() view returns (uint256)
20000
mintActive() view returns (bool)
false
mintPrice() view returns (uint256)
8800000000000000
name() view returns (string)
Genesis Soul
owner() view returns (address)
0xc7a49fb49206a46a4cfdfddb0743429dd2d21023
soulBoundEnabled() view returns (bool)
true
symbol() view returns (string)
GS
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
7331
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenID) payable
burn(uint256 tokenId)
mint(address to) payable
mintDev(address to, uint256 amount)
renounceOwnership()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _baseTokenUri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMaxSupply(uint256 _maxSupply)
setMintActive()
setMintPrice(uint256 _mintPrice)
setSoulBound()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()