LittleWarriors
Verified contract
Active on
Ethereum with 4,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LittleWarriors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106087 | 12 days ago | | | 0 | 0.000099235808 | |
| 18253382 | a year ago | | | 0 | 0.00016374235 | |
| 18253382 | a year ago | | | 0 | 0.00016374235 | |
| 18253382 | a year ago | | | 0 | 0.00016317700 | |
| 17351184 | a year ago | | | 0 | 0.00067450100 | |
| 16648537 | 2 years ago | | | 0 | 0.0011302379 | |
| 16633426 | 2 years ago | | | 0 | 0.0014268700 | |
| 16324508 | 2 years ago | | | 0 | 0.00062452285 | |
| 16323981 | 2 years ago | | | 0 | 0.00063783637 | |
| 16323981 | 2 years ago | | | 0 | 0.00071072501 |
ABI
ABI objects
Getter at block 21191477
COST() view returns (uint256)
2000000000000000
MAX_BUY_PER_TX() view returns (uint256)
5
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmYoFtEh3jsGYKST9n1HpbioSpaNvFPCqNQQ3QZjuY3FNg/
name() view returns (string)
LittleWarriors
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LWNFT
totalSupply() view returns (uint256)
5000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _amount) payable
mint(uint256 _amount)
ownerMint(address _to, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _new_contractURI)
setName(string _newName, string _newSymbol)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()