Wyverns Breath
Verified contract
Active on
Ethereum with 1,482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01fe…f22c
Balances ($0.00)
No balances found for "Wyverns Breath"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024452 | 22 days ago | | | 0 | 0.00025784768 | |
| 21024450 | 22 days ago | | | 0 | 0.00023580844 | |
| 21024420 | 22 days ago | | | 0 | 0.00029926169 | |
| 21024420 | 22 days ago | | | 0 | 0.00034207003 | |
| 20845355 | 2 months ago | | | 0 | 0.00036155229 | |
| 20566066 | 3 months ago | | | 0 | 0.000039636987 | |
| 20565921 | 3 months ago | | | 0 | 0.000028703941 | |
| 20565920 | 3 months ago | | | 0 | 0.000045482589 | |
| 15976404 | 2 years ago | | | 0 | 0.0012318130 | |
| 14457629 | 3 years ago | | | 0 | 0.0052165373 |
ABI
ABI objects
Getter at block 21184984
_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)
0x3aacf256f42fb7f97f08db2f32ed795a3fa0ec01
name() view returns (string)
Wyverns Breath
owner() view returns (address)
0x3aacf256f42fb7f97f08db2f32ed795a3fa0ec01
symbol() view returns (string)
$BREATH
timeInSecsInADay() view returns (uint256)
86400
totalSupply() view returns (uint256)
206155000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastUpdate(uint256) view returns (uint256)
showWyvernTypeEarningsPerDay(uint256 wyvernTypeCode) view returns (uint256)
wyvernTokenToWyvernType(uint256) view returns (uint256)
wyvernTypeToEarningsPerDay(uint256) view returns (uint256)
State-modifying
Events addTokenWyvernType(uint256[] tokenIds, uint256[] wyvernTypeCodes)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
claimToken(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
modifytimeInSec(uint256 _timeInSec)
setMaxSupply(uint256 newMaxSupply)
setWyvernTypeCodeAndEarnings(uint256 wyvernTypeCode, uint256 _amount)
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)
mintOverflown(uint256 amountGiven, uint256 notgiven, string message)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.