SONE Token
Verified contract
Proxy
Active on
Ethereum with 380 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SONE | ERC-20 | 26.589706M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19711761 | 7 months ago | | | 0 | 0.00085160000 | |
| 19711755 | 7 months ago | | | 0 | 0.00095379200 | |
| 19113131 | 10 months ago | | | 0 | 0.0011243790 | |
| 19113118 | 10 months ago | | | 0 | 0.0013390316 | |
| 19105729 | 10 months ago | | | 0 | 0.00069997529 | |
| 18974267 | a year ago | | | 0 | 0.00085160000 | |
| 18754394 | a year ago | | | 0 | 0.0010013306 | |
| 15854584 | 2 years ago | | | 0 | 0.00036169783 | |
| 15837619 | 2 years ago | | | 0 | 0.00037774800 | |
| 15671105 | 2 years ago | | | 0 | 0.00044051000 |
ABI
ABI objects
Getter at block 21304709
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
allowTransferOn() view returns (uint256)
12743793
cap() view returns (uint256)
100000000000000000000000000
circulatingSupply() view returns (uint256)
43434362502094510144804300
decimals() view returns (uint8)
18
lockFromBlock() view returns (uint256)
13546394
lockToBlock() view returns (uint256)
15935486
name() view returns (string)
SONE Token
owner() view returns (address)
0xb5aefea17ec832d2dcaf0a9c160db96f86fc5db9
symbol() view returns (string)
SONE
totalLock() view returns (uint256)
26589705997905489855195687
totalSupply() view returns (uint256)
70024068499999999999999987
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUnlockAmount(address _holder) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isWhitelist(address account) view returns (bool)
lastUnlockBlock(address _holder) view returns (uint256)
lockOf(address _holder) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalBalanceOf(address _holder) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__SoneToken_init(uint256 lockFromBlock_, uint256 lockToBlock_)
__WhitelistRole_init()
addWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _holder, uint256 _amount)
mint(address _to, uint256 _amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
renounceWhitelist()
revokeRole(bytes32 role, address account)
revokeWhitelist(address account_)
setAllowTransferOn(uint256 allowTransferOn_)
setLockFromBlock(uint256 lockFromBlock_)
setLockToBlock(uint256 lockToBlock_)
transfer(address recipient, uint256 amount) returns (bool)
transferAll(address _to)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAdded(address indexed account)
WhitelistRemoved(address indexed account)
WhitelistRevoked(address indexed account)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.