GenesisSoul

Verified contract

Active on Ethereum with 7,416 txns
Deployed by via 0xfe013179 at 16681506
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#3683)
ERC-721
--
0x48f367050e8041e9f3070e72f4b8df39908a8ff93308d02ff0d15dba9bdfd0cb
0x7aca67ce6b085591c0a512eb15aacc94502ca17fffa9bddd78e5335a8d7cbc9a
0x0e9b2228a315284c60326389ef6f4ca3457e297c63166d66e9ee335715fd2384
0xf9db1e93b06071d07e441735aeceade37fd2bace1909febd6af99239421a6e87
0x81fee4555dcbaa8fb34dba69f3ae82eb5bff0a32ed1a109ddb260ac60e2b8a08
0x1412d922858a3140d32e1e22488d82b90e0fd80bfa3997fc884d0e6b21248714
0xcb5411b2e60df3f0d37b64b866e0ed1eab61381ac99c54d84f6cf9f74df6e510
0xc1892015a0a7348f55e9451c7461609040d4eccf21a7044a6a284d09d8074f6b
0xdaab6f89645e6bfbb1df07c4d0439dcf52f26dd78e6c2139cc6bb384397e521f
0x7a5ca89c39c7e21d6ec6e3751b6e53757f99ed23d33b82f253ffe7cfd08bf7d3

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberBurned(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIDpayable 
burn(uint256 tokenId
mint(address topayable 
mintDev(address touint256 amount
renounceOwnership(
revoke(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenUri(string _baseTokenUri
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setMaxSupply(uint256 _maxSupply
setMintActive(
setMintPrice(uint256 _mintPrice
setSoulBound(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(