LaikaLeague
Verified contract
Active on
Ethereum with 254 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66.01)
Native
Value
$66.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,300.37 |
$66.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19868386 | 6 months ago | | | 0 | 0.00045663680 | |
| 16749761 | 2 years ago | | | 0 | 0.0014125650 | |
| 16669460 | 2 years ago | | | 0 | 0.0010066948 | |
| 16669457 | 2 years ago | | | 0 | 0.00099670526 | |
| 16643944 | 2 years ago | | | 0 | 0.0022661843 | |
| 16642483 | 2 years ago | | | 0 | 0.0027167080 | |
| 16506419 | 2 years ago | | | 0 | 0.00072878706 | |
| 16419198 | 2 years ago | | | 0 | 0.00037927961 | |
| 15777344 | 2 years ago | | | 0 | 0.00061754522 | |
| 15777300 | 2 years ago | | | 0 | 0.0012545929 |
ABI
ABI objects
Getter at block 21258241
MAX() view returns (uint256)
16
MAX_SUPPLY() view returns (uint256)
10000
RESERVES() view returns (uint256)
200
devWallet() view returns (address)
0x25d9198a2ec415bbf4569bfdd2606734829689d3
hiddenMetadataUri() view returns (string)
ipfs://QmeyAZ48VQbgJwb1Vevk7qnc9G27Bp1EVwZ5RDa9wZSxhw/hidden.json
name() view returns (string)
Laika League
owner() view returns (address)
0x25d9198a2ec415bbf4569bfdd2606734829689d3
priceInWei() view returns (uint256)
20000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
LAIKA
totalSupply() view returns (uint256)
905
uriPrefix() view returns (string)
https://laikaleague-wgith.ondigitalocean.app/metadata/
uriSuffix() view returns (string)
.json
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectReserves()
flipProxyState(address proxyAddress)
publicMint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _priceInWei)
setHiddenMetadataUri(string _hiddenMetadataUri)
setProxyRegistryAddress(address _proxyRegistryAddress)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
togglePublicSale(uint256 _MAX_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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress, address _devWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.