PlusCoin
Verified contract
Active on
Ethereum with 1,390 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 |
---|---|---|---|---|---|
PLC | ERC-20 | 9.8397M | -- | -- | |
PLCN | ERC-20 | 94.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13790307 | 3 years ago | | | 0 | 0.0011669190 | |
| 13773767 | 3 years ago | | | 0 | 0.0027279140 | |
| 12567658 | 3 years ago | | | 0 | 0.00088462900 | |
| 11841169 | 4 years ago | | | 0 | 0.0040194960 | |
| 11349550 | 4 years ago | | | 0 | 0.00057586100 | |
| 11101662 | 4 years ago | | | 0 | 0.0013535550 | |
| 10194297 | 4 years ago | | | 0 | 0.00098585550 | |
| 10006423 | 5 years ago | | | 0 | 0.00052442110 | |
| 8969455 | 5 years ago | | | 0 | 0.00022836500 | |
| 8925177 | 5 years ago | | | 0 | 0.000050169900 |
ABI
ABI objects
Getter at block 21302521
allowed_contract() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
PlusCoin
owner() view returns (address)
0x817c98c1b639b7488a3692891add618d5b1acd7a
standard() view returns (string)
PlusCoin 2.0
symbol() view returns (string)
PLCN
totalSupply() view returns (uint256)
28272323624000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
setAllowedContract(address _contract_address) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdrawEther(address _to)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Buy(address indexed sender, uint256 eth, uint256 fbt)
Sent(address from, address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address to, uint256 eth)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.