Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SKYBIT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21073918 | 16 days ago | | | 0 | 0.00070630509 | |
| 20431744 | 3 months ago | | | 0 | 0.00016678625 | |
| 19428354 | 8 months ago | | | 0 | 0.0056601480 | |
| 18999801 | 10 months ago | | | 0 | 0.0034837920 | |
| 18218738 | a year ago | | | 0 | 0.00063151200 | |
| 18197725 | a year ago | | | 0 | 0.00057098512 | |
| 18196853 | a year ago | | | 0 | 0.00049310378 | |
| 17397833 | a year ago | | | 0 | 0.0010478160 | |
| 17313582 | a year ago | | | 0 | 0.0018173688 | |
| 17302635 | a year ago | | | 0 | 0.0023804509 |
ABI
ABI objects
Getter at block 21192097
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
SKYBIT
paused() view returns (bool)
false
symbol() view returns (string)
SKYBIT
totalSupply() view returns (uint256)
999990000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isMinter(address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
mint(address operator, address account, uint256 amount, bytes userData, bytes operatorData) returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
pause()
renounceMinter()
renouncePauser()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply, address[] defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.