My Lil Gnomie

Verified contract

Active on Ethereum with 2,699 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $161.03
ERC-20
Value $139.62
0x2b1cafccf9615aecfecec2f9b784c4a534a52677d3688204e2f2e0cb62ef4a64
0x6d28db5ec75416dc23bdd019489621937b007bdbbd995f2216c1549a11507ef3
0x4ac6fa8e81523d482992ba00a12d153a3ce579725298fa145c928915abd50b3b
0x9c08bb02f395749da572138d7c6802ac505d1a913804315309c1d50c3c38e514
0xd8be673e68be95c43a4bc838411a8eeb2dfaf647fa14be9bf18ba9937397875f
0x72f4a1da8e7576d66bb2bd927711ec991e28a6b8a3786126c09c25ae8953d277
0x470241c197d2071ad39fba670065384082ec140e70e8561a678d6575c469d3ae
0xa6071cc64660b30f1527aa1fbcdd2e76b4ae198fd49a171cc09e0b1973c3f713
0xcf5be0ab37a43a1b667040e847a9232d2d78086d5f97b07e8c6388dc48755c78
0x32af5c2a4894027900c69c51641b0a80b13eb165baee27f7101ffdef9ef93b11

Functions
Getter at block 20959605
MAX_SUPPLY(view returns (uint256)
5555
PRESALE_PRICE(view returns (uint256)
0
PRICE(view returns (uint256)
0
_isActive(view returns (bool)
true
_presaleActive(view returns (bool)
true
maxPresale(view returns (uint256)
10
maxPublic(view returns (uint256)
3
name(view returns (string)
My Lil Gnomie
owner(view returns (address)
0x31b5b5bb4e75d890baa66f44893406d743daa08e
preSaleRoot(view returns (bytes32)
0x858cabb3aa848a316634ef6551a9d683752b14fb05515fce2efbc70dbcc118de
symbol(view returns (string)
MLG
totalReleased(view returns (uint256)
170639293386834842
totalShares(view returns (uint256)
1000
totalSupply(view returns (uint256)
5555
Read-only
_preSaleListCounter(addressview returns (uint8)
_publicCounter(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addresses
approve(address touint256 tokenId
internalMint(uint256 quantityaddress to
mintPreSaleTokens(uint8 quantitybytes32[] _merkleProofpayable 
presaleActive(bool isActive
publicSaleMint(uint8 quantitypayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setActive(bool isActive
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPresale(uint256 _maxPresale
setMaxPublic(uint256 _maxPublic
setPreSaleRoot(bytes32 _root
setPresalePrice(uint256 _price
setPrice(uint256 _price
setSupply(uint256 _supply
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] payeesuint256[] shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(