LionBob

Verified contract

Active on Ethereum with 773 txns
Deployed by via 0xad47011b at 14855416
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LionBob"

0xa8d12290b90f6ee03d0169c6471c7746f2a31debeefff3599c790017ea92a7f3
0xefee82f9f9c6d033c329aa8c802b42494fa595bbd0273d094a5c09b1b12a294f
From
0x76a2aacd3d99ae703da87b8960139b374d73d382e4810dcbf2a7e3e24a0537c8
0x77a2780fd81a4915b22175d916f6bb8529551451e257b75b1e03d9f71a6b4042
0x5a2224be61818bc60c64c92c1916c0a19759ab266e68892c8478306ad774fe27
0xc912355a3d7e57c0bc720682b9031a2d9d6d126643519ee5f79e501c759de7a8
0xa3d711b93678e308f867f862763ae2bfdc25612b90291c04c3826675ca0f494c
0xc5b0684d585d135460197caa1c10e48d20e2e2e1adbcc207a1752f235df0ada2
0xbd6e06758e596808f71602b013e58f37b45b7759d89909d9b4a7aad113266c59
0x9449344b5f645caf3c135e73870288028ec9360c79f916f6ca6062a6a38ddab8

Functions
Getter at block 20917237
FREE_MAX_SUPPLY(view returns (uint256)
100
MAX_PER_TX(view returns (uint256)
2
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
555
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmNgA2YY3Si5r8Q5djaSwTSZDSMf5k9rv52NMrsbuxs9Hw/
contractURI(view returns (string)
ipfs://
name(view returns (string)
LionBob
owner(view returns (address)
0xab019941ef3db91797853c864ae3e4c7a5b4e00b
paused(view returns (bool)
false
price(view returns (uint256)
10000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
LIONS
totalSupply(view returns (uint256)
555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
config(
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 newSupply
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(