wagmiorngmi
Verified contract
Active on
Ethereum with 355 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 "wagmiorngmi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910596 | a year ago | | | 0 | 0.00042632046 | |
| 16990412 | 2 years ago | | | 0 | 0.0013598817 | |
| 16936556 | 2 years ago | | | 0 | 0.0015081482 | |
| 16895142 | 2 years ago | | | 0 | 0.00059838333 | |
| 16854089 | 2 years ago | | | 0 | 0.00064594603 | |
| 16774444 | 2 years ago | | | 0 | 0.00085282249 | |
| 16774441 | 2 years ago | | | 0 | 0.0012948140 | |
| 16765478 | 2 years ago | | | 0 | 0.0012155359 | |
| 16765378 | 2 years ago | | | 0 | 0.0011791802 | |
| 16764886 | 2 years ago | | | 0 | 0.0013313562 |
ABI
ABI objects
Getter at block 21305758
cost() view returns (uint256)
2000000000000000
isRevealed() view returns (bool)
false
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1500
name() view returns (string)
wagmiorngmi
owner() view returns (address)
0x4b811a4d4af64e1690b06e5cf6141f7140d58a95
sale() view returns (bool)
true
symbol() view returns (string)
won
totalSupply() view returns (uint256)
1500
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) payable
mint(uint256 _amount) payable
ownerMint(address receiver, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setHiddenTokenUri(string _hiddenTokenUri)
setSupply(uint256 _newSupply)
setTokenUri(string _baseTokenUri)
toggleReveal()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initHiddenTokenUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxPerTxReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()