Winged Legions
Verified contract
Active on
Ethereum with 67 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 "Winged Legions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18019056 | a year ago | | | 0 | 0.00044654777 | |
| 16427677 | 2 years ago | | | 0 | 0.0011153029 | |
| 15721669 | 2 years ago | | | 0.004 | 0.0026264558 | |
| 15697831 | 2 years ago | | | 0 | 0.00049390581 | |
| 15695535 | 2 years ago | | | 0 | 0.00028575944 | |
| 15695517 | 2 years ago | | | 0.002 | 0.00038017567 | |
| 15695507 | 2 years ago | | | 0.002 | 0.00048164099 | |
| 15695435 | 2 years ago | | | 0 | 0.00023322543 | |
| 15695402 | 2 years ago | | | 0 | 0.00030257281 | |
| 15695400 | 2 years ago | | | 0.002 | 0.00038326465 |
ABI
ABI objects
Getter at block 21294907
FREE_MINT_SUPPLY() view returns (uint256)
0
INSTANT_FREE_MINTED() view returns (uint256)
0
MAX_FREE_MINT_PER_ADDR() view returns (uint256)
1
MAX_MINT_PER_ADDR() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
444
PUBLIC_PRICE() view returns (uint256)
2000000000000000
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Winged Legions
owner() view returns (address)
0x74bd6e26ba3d5512509490f8f7abeb8dfe659c6e
symbol() view returns (string)
WL
totalSupply() view returns (uint256)
427
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mint(uint256 quantity) payable
ownerMint(uint256 quantity, address user)
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)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()