Rock Stable Token
Verified contract
Active on
Ethereum with 17 txns
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 "Rock Stable Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10141152 | 4 years ago | | | 0 | 0.0017921400 | |
| 10141041 | 4 years ago | | | 0 | 0.0017921400 | |
| 10141012 | 4 years ago | | | 0 | 0.0010097920 | |
| 10140183 | 4 years ago | | | 0 | 0.0013699760 | |
| 10140155 | 4 years ago | | | 0 | 0.0024491040 | |
| 10031948 | 5 years ago | | | 0 | 0.0011254680 | |
| 9927399 | 5 years ago | | | 0 | 0.00033096000 | |
| 9926760 | 5 years ago | | | 0 | 0.00025596000 | |
| 9914701 | 5 years ago | | | 0 | 0.00039722400 | |
| 9556907 | 5 years ago | | | 0 | 0.00066216000 |
ABI
ABI objects
Getter at block 21189406
DECIMALS() view returns (uint256)
18
DENOMINATOR() view returns (uint256)
10000
WAD() view returns (uint256)
1000000000000000000
cap() view returns (uint256)
1000000000000000000000000000000
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
Rock Stable Token
owner() view returns (address)
0xa7c9f639ccc29e0e9bd1d2d2b28b0a57dbe25d42
paused() view returns (bool)
false
symbol() view returns (string)
ROKS
totalSupply() view returns (uint256)
499999999999500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isCapper(address account) view returns (bool)
isDepot(address someAddr) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRegistered(address _contract) view returns (bool)
State-modifying
Events addCapper(address account)
addDepot(address depot)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
deregisterVendor(address _contract)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
registerVendor(address _contract, uint256 amountToApprove)
removeDepot(address depot)
renounceCapper()
renounceMinter()
renounceOwnership()
renouncePauser()
setCap(uint256 newCap)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
CapperAdded(address indexed account)
CapperRemoved(address indexed account)
DebugEvent(address from, address to, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
PaymentContractRegistered(address _contract, uint256 amountApproved)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.