Torocus Token
Verified contract
Active on
Ethereum with 14,492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.004553 |
$0.01 | |
TOROCUS | ERC-20 | 1.9K | -- | -- | |
GCT | ERC-20 | 180 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20333889 | 4 months ago | | | 0 | 0.00081285000 | |
| 18011398 | a year ago | | | 0 | 0.00051948260 | |
| 18011397 | a year ago | | | 0 | 0.00044204420 | |
| 18011397 | a year ago | | | 0 | 0.00051948260 | |
| 18011395 | a year ago | | | 0 | 0.00044204420 | |
| 18011394 | a year ago | | | 0 | 0.00044204420 | |
| 18011393 | a year ago | | | 0 | 0.00045172400 | |
| 18011392 | a year ago | | | 0 | 0.00045172400 | |
| 18011391 | a year ago | | | 0 | 0.00045172400 | |
| 18011379 | a year ago | | | 0 | 0.00044204420 |
ABI
ABI objects
Getter at block 21161778
decimals() view returns (uint8)
18
name() view returns (string)
Torocus Token
paused() view returns (bool)
false
symbol() view returns (string)
TOROCUS
totalSupply() view returns (uint256)
9900000000000000000000000000
Read-only
_usedNonce(address, uint256) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isSigner(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
addSigner(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
renounceSigner()
transfer(address to, uint256 value) returns (bool)
transferDelegatedWithSign(address from, address to, uint256 amount, uint256 fee, uint256 nonce, string message, bytes signature) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, address initialHolder, address minter, address signer, address pauser)
This contract contains no fallback and receive objects.
This contract contains no error objects.