WrappedStrax
Verified contract
Active on
Ethereum with 1,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($297.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRU | ERC-20 | 3.209477K | $0.092613 |
$297.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20582143 | 3 months ago | | | 0 | 0.000039381417 | |
| 20417326 | 4 months ago | | | 0 | 0.000031446259 | |
| 20397827 | 4 months ago | | | 0 | 0.000033846686 | |
| 20367531 | 4 months ago | | | 0 | 0.00037511200 | |
| 20082784 | 5 months ago | | | 0 | 0.00032533366 | |
| 19985860 | 6 months ago | | | 0 | 0.00032862277 | |
| 19925985 | 6 months ago | | | 0 | 0.00063388779 | |
| 19924354 | 6 months ago | | | 0 | 0.00034061733 | |
| 19909922 | 6 months ago | | | 0 | 0.00018832221 | |
| 19882304 | 6 months ago | | | 0 | 0.00024129868 |
ABI
ABI objects
Getter at block 21200732
decimals() view returns (uint8)
18
name() view returns (string)
WrappedStrax
owner() view returns (address)
0x14f768657135d3daafb45d242157055f1c9143f3
symbol() view returns (string)
WSTRAX
totalSupply() view returns (uint256)
496713657592791404247900
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
withdrawalAddresses(address) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, string straxAddress)
burnFrom(address account, uint256 amount, string straxAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.