Landwolf
Verified contract
Active on
Ethereum with 55,476 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33,899.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WOLF | ERC-20 | 106.15732M | $0.00013 |
$13,810.01 | |
ZRO | ERC-20 | 3K | $3.55 |
$10,650 | |
ANDY | ERC-20 | 31.645348M | $0.00023 |
$7,288.24 | |
PEPE | ERC-20 | 70.940143M | $0.00002 |
$1,443.63 | |
WOLF | ERC-20 | 37.104885M | $0.000006 |
$206.67 | |
PEIPEI | ERC-20 | 1.224305B | $0.00 |
$179.97 | |
DRAGGY | ERC-20 | 19.49437B | $0.00 |
$155.95 | |
VINU | ERC-20 | 1.97479B | $0.00 |
$69.12 | |
BBTC | ERC-20 | 0.000514 | $96,899.00 |
$49.83 | |
FLOKI | ERC-20 | 111.846568K | $0.000247 |
$27.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243698 | a minute ago | | | 0 | 0.00058108533 | |
| 21243697 | 2 minutes ago | | | 0 | 0.0010447770 | |
| 21243696 | 2 minutes ago | | | 0 | 0.00064432367 | |
| 21243655 | 10 minutes ago | | | 0 | 0.00092114096 | |
| 21243615 | 18 minutes ago | | | 0 | 0.0010827313 | |
| 21243590 | 23 minutes ago | | | 0 | 0.00082629206 | |
| 21243584 | 24 minutes ago | | | 0 | 0.00091492637 | |
| 21243543 | 33 minutes ago | | | 0 | 0.00096683454 | |
| 21243517 | 38 minutes ago | | | 0 | 0.00072769225 | |
| 21243516 | 38 minutes ago | | | 0 | 0.00051433815 |
ABI
ABI objects
Getter at block 21243704
DOMAIN_SEPARATOR() view returns (bytes32)
0x15140cd9e588bea0499c67f0efd9c410608739d7d6a2410048f9681a84f2bfd1
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Landwolf, version=1, chainId=1, verifyingContract=0x67466be17df832165f8c80a5a120ccc652bd7e69, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Landwolf
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WOLF
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)