clockworkPi
Verified contract
Active on
Ethereum with 52 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 "clockworkPi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14525080 | 3 years ago | | | 0 | 0.0016578450 | |
| 11976452 | 4 years ago | | | 0 | 0.0024837150 | |
| 11750143 | 4 years ago | | | 0 | 0.0049674300 | |
| 11742680 | 4 years ago | | | 0 | 0.0043396779 | |
| 11480678 | 4 years ago | | | 0 | 0.0012609630 | |
| 9612072 | 5 years ago | | | 0 | 0.00020879103 | |
| 9517499 | 5 years ago | | | 0 | 0.00063853200 | |
| 9517489 | 5 years ago | | | 0 | 0.00063838800 | |
| 9235653 | 5 years ago | | | 0 | 0.000038211000 | |
| 9187897 | 5 years ago | | | 0 | 0.00023211000 |
ABI
ABI objects
Getter at block 21180460
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
31415926
name() view returns (string)
clockworkPi
owner() view returns (address)
0xfb20bd114a227ca36f8d11345ecdf0f1f6ccfcd1
paused() view returns (bool)
false
symbol() view returns (string)
CPI
totalSupply() view returns (uint256)
31415926000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.