SELF TOKEN
Verified contract
Active on
Ethereum with 2,276 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ada | ERC-20 | 50K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
SELF | ERC-20 | 2.05K | -- | -- | |
SC | ERC-721 | 1 | -- | -- | |
MUXE | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244557 | 3 days ago | | | 0 | 0.00092980417 | |
| 21201420 | 9 days ago | | | 0 | 0.00097080951 | |
| 21194714 | 10 days ago | | | 0 | 0.0015828055 | |
| 21194448 | 10 days ago | | | 0 | 0.0018095818 | |
| 21151669 | 16 days ago | | | 0 | 0.00054991127 | |
| 21143749 | 17 days ago | | | 0 | 0.0014192274 | |
| 21107977 | 22 days ago | | | 0 | 0.00066093775 | |
| 21094638 | 24 days ago | | | 0 | 0.00062890166 | |
| 21094567 | 24 days ago | | | 0 | 0.00063971471 | |
| 21050347 | a month ago | | | 0 | 0.00035055172 |
ABI
ABI objects
Getter at block 21267751
decimals() view returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
SELF TOKEN
owner() view returns (address)
0x96b32b26b92fe8644b5afcd53b154e090119442d
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SELF
totalSupply() view returns (uint256)
200000000000000000000000000
totalSupplyCap() view returns (uint256 _totalSupplyCap)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenHolder) view returns (uint256)
frozenAccounts(address) view returns (bool)
isOfficialOperator(address _operator) view returns (bool)
isOperatorFor(address _operator, address _tokenHolder) view returns (bool)
isUserAcceptingAllOfficialOperators(address _user) view returns (bool)
State-modifying
Events acceptAllOfficialOperators()
addOfficialOperator(address _operator)
approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
authorizeOperator(address _operator)
batchSend(address[] _recipients, uint256[] _amounts, bytes _userData)
batchTransfer(address[] _recipients, uint256[] _amounts) returns (bool success)
burn(uint256 _amount, bytes _holderData)
claimOwnership()
freeze(address _account) returns (bool)
freezeMyAccount() returns (bool)
mint(address _tokenHolder, uint256 _amount, bytes _operatorData)
operatorApprove(address _tokenHolder, address _spender, uint256 _amount) returns (bool success)
operatorBatchSend(address _from, address[] _recipients, uint256[] _amounts, bytes _userData, bytes _operatorData)
operatorBurn(address _tokenHolder, uint256 _amount, bytes _holderData, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _userData, bytes _operatorData)
pause()
rejectAllOfficialOperators()
removeOfficialOperator(address _operator)
renounceOwnership()
revokeOperator(address _operator)
send(address _to, uint256 _amount, bytes _userData)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferFromFrozenAccount(address _from, address _to, uint256 _amount)
transferOwnership(address newOwner)
unfreeze(address _account) returns (bool)
unpause()
AccountFrozen(address indexed _account)
AccountUnfrozen(address indexed _account)
Approval(address indexed owner, address indexed spender, uint256 amount)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes holderData, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes operatorData)
OfficialOperatorAdded(address operator)
OfficialOperatorRemoved(address operator)
OfficialOperatorsAcceptedByUser(address indexed user)
OfficialOperatorsRejectedByUser(address indexed user)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes holderData, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 amount)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.