Five Color Stone
Verified contract
Active on
Ethereum with 171,825 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001971 |
$0 | |
0x1c5b…4823 | ERC-20 | 2,500,000T | -- | -- | |
FCS | ERC-20 | 22.374K | -- | -- | |
EPIC | ERC-20 | 127 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 12.5 | -- | -- | |
BARC | ERC-20 | 4 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451960 | 4 months ago | | | 0 | 0.000032737185 | |
| 20451879 | 4 months ago | | | 0 | 0.000047062000 | |
| 15100834 | 2 years ago | | | 0 | 0.00073022338 | |
| 13372151 | 3 years ago | | | 0 | 0.0073943861 | |
| 13109640 | 3 years ago | | | 0 | 0.0061227401 | |
| 12533987 | 3 years ago | | | 0 | 0.0010717784 | |
| 12519077 | 3 years ago | | | 0 | 0.00049465000 | |
| 12519077 | 3 years ago | | | 0 | 0.00049465000 | |
| 12482377 | 4 years ago | | | 0 | 0.0055284892 | |
| 12381963 | 4 years ago | | | 0 | 0.0044842980 |
ABI
ABI objects
Getter at block 21246583
_totalSupply() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Five Color Stone
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa45760889d1c27804dc6d6b89d4095e8eb99ab72
symbol() view returns (string)
FCS
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
isMinter(address account) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
addMinter(address account)
approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 value)
burnFrom(address from, uint256 value)
burnOwner(uint256 value)
mint(address account, uint256 value) returns (bool)
mintOwner(uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.