SoneToken
Verified contract
Implementation
Active on
Ethereum with 1 txns
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
Balances ($0.00)
No balances found for "SoneToken"
ABI
ABI objects
Getter at block 21304709
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
allowTransferOn() view returns (uint256)
0
cap() view returns (uint256)
0
circulatingSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
lockFromBlock() view returns (uint256)
0
lockToBlock() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalLock() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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 __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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.