Just Mallards
Verified contract
Active on
Ethereum with 21,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.33)
Native
Value
$3.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001001 | $3,327.60 |
$3.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847678 | 2 months ago | | | 0 | 0.00018941975 | |
| 20847676 | 2 months ago | | | 0 | 0.00018907110 | |
| 20650764 | 3 months ago | | | 0 | 0.000050616532 | |
| 20647278 | 3 months ago | | | 0 | 0.000055826975 | |
| 20629352 | 3 months ago | | | 0 | 0.000052235189 | |
| 20592144 | 3 months ago | | | 0 | 0.00012026841 | |
| 20395663 | 4 months ago | | | 0 | 0.000046255046 | |
| 20295176 | 4 months ago | | | 0 | 0.000046546976 | |
| 20295168 | 4 months ago | | | 0 | 0.000081789169 | |
| 20216152 | 5 months ago | | | 0 | 0.00017566811 |
ABI
ABI objects
Getter at block 21259811
availableTokenCount() view returns (uint256)
0
baseURI() view returns (string)
https://ipfs.io/ipfs/QmWnEYforuPHFroBvzQvjjGbwGQMpg4KAmt28HosKPncuq/
currentSupply() view returns (uint256)
10000
name() view returns (string)
Just Mallards
owner() view returns (address)
0x3a3e058c637ae23b68c6c90997bba67298c241c0
paused() view returns (bool)
false
symbol() view returns (string)
MALLARDS
tokenCount() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerMallardCount(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)
devMint(uint256 _mintAmount) payable
mint() 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_)
setPaused(bool _paused)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SupplyChanged(uint256 indexed supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.