WAGLIVE
Verified contract
Active on
Ethereum with 4,327 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 "WAGLIVE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20626801 | 3 months ago | | | 0 | 0.000077383864 | |
| 19631650 | 8 months ago | | | 0 | 0.00048975716 | |
| 18910215 | a year ago | | | 0 | 0.00045989482 | |
| 17553351 | a year ago | | | 0 | 0.00038529943 | |
| 17326820 | 2 years ago | | | 0 | 0.00086833129 | |
| 17054437 | 2 years ago | | | 0 | 0.0010948915 | |
| 17009112 | 2 years ago | | | 0 | 0.00059078800 | |
| 16867530 | 2 years ago | | | 0 | 0.00075678584 | |
| 16847431 | 2 years ago | | | 0 | 0.0012362440 | |
| 16751893 | 2 years ago | | | 0 | 0.00091184449 |
ABI
ABI objects
Getter at block 21290443
maxFreeSupply() view returns (uint256)
6666
maxPerAddressDuringFreeMint() view returns (uint256)
1
maxPerAddressDuringMint() view returns (uint256)
100
maxPerTxDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
name() view returns (string)
WAGLIVE
owner() view returns (address)
0x50b981149f1cdb283e6eb3b1b679b2b9edca1b6f
price() view returns (uint256)
3000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WAGLIVE
totalSupply() view returns (uint256)
5030
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) 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)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
mint(uint256 _quantity) 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 baseURI)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()