Lil Heroes
Verified contract
Active on
Ethereum with 18,964 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Lil Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240224 | a day ago | | | 0 | 0.00025938966 | |
| 21232256 | 2 days ago | | | 0 | 0.00046311085 | |
| 21221070 | 4 days ago | | | 0 | 0.00037421172 | |
| 21205446 | 6 days ago | | | 0 | 0.00044533742 | |
| 21196404 | 7 days ago | | | 0 | 0.00081409713 | |
| 21176957 | 10 days ago | | | 0 | 0.00082652564 | |
| 21158427 | 13 days ago | | | 0 | 0.0011271504 | |
| 21157509 | 13 days ago | | | 0 | 0.00089128335 | |
| 21116181 | 19 days ago | | | 0 | 0.00034796448 | |
| 21093543 | 22 days ago | | | 0 | 0.00062971824 |
ABI
ABI objects
Getter at block 21249836
maxItems() view returns (uint256)
7777
name() view returns (string)
Lil Heroes
owner() view returns (address)
0x18d88bf91acffca56dba8e81fc39f78ac3600267
paused() view returns (bool)
false
price() view returns (uint256)
400000000000000000
privateIsActive() view returns (bool)
true
privateMaxMintsPerTx() view returns (uint256)
10
privateMaxMintsPerWallet() view returns (uint256)
50
privateStartTime() view returns (uint256)
1642351512
publicIsActive() view returns (bool)
false
publicMaxMintsPerTx() view returns (uint256)
2
raffleIsActive() view returns (bool)
false
raffleMaxMintsPerTx() view returns (uint256)
2
raffleMaxMintsPerWallet() view returns (uint256)
2
raffleStartTime() view returns (uint256)
1642359600
symbol() view returns (string)
LIL
totalSupply() view returns (uint256)
7777
whitelistIsActive() view returns (bool)
true
whitelistMaxMintsPerTx() view returns (uint256)
2
whitelistMaxMintsPerWallet() view returns (uint256)
2
whitelistStartTime() view returns (uint256)
1642352400
Read-only
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)
privateAmountMinted(address) view returns (uint256)
raffleAmountMinted(address) view returns (uint256)
splitSignature(bytes signature) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes signature, address target) view returns (bool)
whitelistAmountMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] recipients, uint256[] amounts)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintPrivate(uint256 numToMint, bytes signature) payable
mintPublic(uint256 numToMint) payable
mintRaffle(uint256 numToMint, bytes signature) payable
mintWhitelist(uint256 numToMint, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setExtensionURI(string _newExtensionURI)
setIsActive(uint256 _type, bool _isActive)
setMaxItems(uint256 _max)
setMaxMintsPerTx(uint256 _type, uint256 _newMax)
setMaxMintsPerWallet(uint256 _type, uint256 _newMax)
setPrice(uint256 _price)
setStartTime(uint256 _type, uint256 _startTime)
setWalletSignature(address _wallet)
setWalletTreasury(address _wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable returns (bool success)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, address walletTreasury_, address walletSignature_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.