Sapien Network
Verified contract
Active on
Ethereum with 17,201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x22a7…88f8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
SPN | ERC-20 | 36.423825K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228636 | 4 days ago | | | 0 | 0.00019623608 | |
| 21224252 | 5 days ago | | | 0 | 0.0010765996 | |
| 21199789 | 8 days ago | | | 0 | 0.00067213208 | |
| 21199608 | 8 days ago | | | 0 | 0.00099750825 | |
| 21104860 | 21 days ago | | | 0 | 0.000093912000 | |
| 20905902 | 2 months ago | | | 0 | 0.00036702420 | |
| 20755254 | 2 months ago | | | 0 | 0.000047101840 | |
| 20596137 | 3 months ago | | | 0 | 0.00013242663 | |
| 20453370 | 4 months ago | | | 0 | 0.000046028000 | |
| 20453203 | 4 months ago | | | 0 | 0.00014042956 |
ABI
ABI objects
Getter at block 21257025
MAX_SUPPLY_USPN() view returns (uint256)
500000000000000
TOKEN_CONTROLLER_INTERFACE() view returns (bytes4)
0x74a73629
controller() view returns (address)
0x22a715f4e57f82ba5c2608fd45d8849df01288f8
decimals() view returns (uint256)
6
name() view returns (string)
Sapien Network
owner() view returns (address)
0xf07dfe65bea6be79ac93895152d0f6444d11a910
pendingOwner() view returns (address)
0x94e0ad4b2edf353ef83f8cd6d4709ee4155515ed
symbol() view returns (string)
SPN
totalSupply() view returns (uint256)
500000000000000
website() view returns (string)
https://sapien.network
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeController(address _newController)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnershipForever(uint8 _confirm)
transfer(address _to, uint256 _value) returns (bool)
transferBatchIdempotent(address[] _toArray, uint256[] _amountArray, bool _expectZero)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferWithPurpose(address _to, uint256 _value, bytes _purpose) returns (bool)
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.