WagsGambitArtifacts
Verified contract
Active on
Base with 29,516 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
WGA | ERC-721 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22854676 | 13 hours ago | | | 0 | 9.1516303e-7 | |
| 22840825 | 20 hours ago | | | 0 | 2.8714442e-7 | |
| 22826694 | a day ago | | | 0 | 1.6361236e-7 | |
| 22825673 | a day ago | | | 0 | 8.6404275e-7 | |
| 22768175 | 3 days ago | | | 0 | 0.0000054823107 | |
| 22760159 | 3 days ago | | | 0 | 8.2237801e-7 | |
| 22725898 | 4 days ago | | | 0 | 0.000000043845546790 | |
| 22703713 | 4 days ago | | | 0 | 0.0000011815463 | |
| 22681227 | 5 days ago | | | 0 | 8.6008536e-7 | |
| 22657238 | 5 days ago | | | 0 | 4.5583015e-7 |
ABI
ABI objects
Getter at block 22877437
getCurrentTokenId() view returns (uint256)
24106
maxSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
WagsGambitArtifacts
owner() view returns (address)
0xb3acbcafc517f5178678be2a48cf8cdd190829cd
symbol() view returns (string)
WGA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
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)
changeTokenURI(uint256 tokenId, string _tokenURI)
mintNFT(address recipient, string tokenURI) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _maxSupply)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
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.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)