Wrapped Sperax
Verified contract
Active on
Ethereum with 1,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($899.64)
Native
Value
$899.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.23256 | $3,868.43 |
$899.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332292 | 8 days ago | | | 0 | 0.0010502695 | |
| 21332270 | 8 days ago | | | 0 | 0.0016657708 | |
| 21318697 | 10 days ago | | | 0 | 0.0020789393 | |
| 21303659 | 12 days ago | | | 0 | 0.00061502680 | |
| 21303626 | 12 days ago | | | 0 | 0.0010711265 | |
| 21301500 | 12 days ago | | | 0 | 0.00062635896 | |
| 21301492 | 12 days ago | | | 0 | 0.0010453217 | |
| 21294158 | 13 days ago | | | 0 | 0.0010392148 | |
| 21294154 | 13 days ago | | | 0 | 0.0016819253 | |
| 21294125 | 13 days ago | | | 0 | 0.0010656006 |
ABI
ABI objects
Getter at block 21389681 isArbitrumEnabled() view returns (uint8)
bridge() view returns (address)
0xcee284f754e854890e311e3280b767f80797180d
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Sperax
owner() view returns (address)
0x86c87113dc3497361b7c5bad66d67303ddf4611f
router() view returns (address)
0x72ce9c846789fdb6fc1f34ac4ad25dd9ef7031ef
spaAddress() view returns (address)
0xb4a3b0faf0ab53df58001804dda5bfc6a3d59008
symbol() view returns (string)
wSPA
totalSupply() view returns (uint256)
3694585237169219791539188746
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bridgeMint(address account, uint256 amount)
burn(uint256 amount)
changeArbToken(address newBridge, address newRouter)
changeSpaAddress(address newSPA)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
registerTokenOnL2(address l2CustomTokenAddress, uint256 maxSubmissionCostForCustomBridge, uint256 maxSubmissionCostForRouter, uint256 maxGas, uint256 gasPriceBid, uint256 valueForGateway, uint256 valueForRouter, address creditBackAddress) payable
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)
ArbitrumGatewayRouterChanged(address newBridge, address newRouter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SPAaddressUpdated(address oldSPA, address newSPA)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address _spaAddress, address _bridge, address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.