Wyverns Breath
Verified contract
Active on
Ethereum with 1,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01fe…f22c
Balances ($1.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAS | ERC-20 | 1.935536M | $0.000001 |
$1.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150715 | a month ago | | | 0 | 0.0010041880 | |
| 21150715 | a month ago | | | 0 | 0.00098269900 | |
| 18014822 | a year ago | | | 0 | 0.0018142999 | |
| 15063194 | 2 years ago | | | 0 | 0.00051280537 | |
| 13871846 | 3 years ago | | | 0 | 0.0012653847 | |
| 13834356 | 3 years ago | | | 0 | 0.0011448096 | |
| 13781538 | 3 years ago | | | 0 | 0.0017672647 | |
| 13728605 | 3 years ago | | | 0 | 0.0033926171 | |
| 13709072 | 3 years ago | | | 0 | 0.0066447477 | |
| 13708060 | 3 years ago | | | 0 | 0.0069894682 |
ABI
ABI objects
Getter at block 21379384
START() view returns (uint256)
1637355035
_decimals() view returns (uint8)
18
_name() view returns (string)
Wyverns Breath
_symbol() view returns (string)
$BREATH
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xba1f3c556e4fbdff5549e8476334a46ec282b790
name() view returns (string)
Wyverns Breath
owner() view returns (address)
0xba1f3c556e4fbdff5549e8476334a46ec282b790
symbol() view returns (string)
$BREATH
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getPendingReward(uint256 tokenId, uint256 todayCount) view returns (int256)
lastUpdate(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
claimToken(uint256 tokenid)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.