My Lil Gnomie
Verified contract
Active on
Ethereum with 2,699 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($411.21)
Native
Value
$220.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.065111 | $3,381.79 |
$220.19 | |
WETH | ERC-20 | 0.056438 | $3,384.52 |
$191.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854485 | 6 months ago | | | 0 | 0.00026844734 | |
| 19821859 | 7 months ago | | | 0 | 0.000092245644 | |
| 19159268 | 10 months ago | | | 0 | 0.00059923940 | |
| 18720355 | a year ago | | | 0 | 0.0013221713 | |
| 18035396 | a year ago | | | 0 | 0.0013586499 | |
| 17645134 | a year ago | | | 0 | 0.0012814034 | |
| 17011698 | 2 years ago | | | 0 | 0.00047092751 | |
| 16944854 | 2 years ago | | | 0 | 0.0010756419 | |
| 16944852 | 2 years ago | | | 0 | 0.0011199098 | |
| 16941703 | 2 years ago | | | 0 | 0.0030003124 |
ABI
ABI objects
Getter at block 21270937
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(address) view returns (uint8)
_publicCounter(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint8 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPresale(uint256 _maxPresale)
setMaxPublic(uint256 _maxPublic)
setPreSaleRoot(bytes32 _root)
setPresalePrice(uint256 _price)
setPrice(uint256 _price)
setSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address[] payees, uint256[] shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()