Office Helper Clippy
Verified contract
Active on
Ethereum with 4,108 txns
Balances ($0.00)
No balances found for "Office Helper Clippy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282868 | 3 hours ago | | | 0 | 0.00031251637 | |
| 21282866 | 3 hours ago | | | 0 | 0.00051048724 | |
| 21282075 | 6 hours ago | | | 0 | 0.00091408728 | |
| 21281148 | 9 hours ago | | | 0 | 0.0012499789 | |
| 21279863 | 13 hours ago | | | 0 | 0.00056585175 | |
| 21278449 | 18 hours ago | | | 0 | 0.00047998761 | |
| 21268787 | 2 days ago | | | 0 | 0.00017347485 | |
| 21268787 | 2 days ago | | | 0 | 0.00030126647 | |
| 21268175 | 2 days ago | | | 0 | 0.00051709646 | |
| 21266741 | 2 days ago | | | 0 | 0.00088752825 |
ABI
ABI objects
Getter at block 21283868
creator() view returns (address)
0x36c20547eeed05ba916a3a90e75ed9c1e2e0340c
decimals() view returns (uint8)
9
name() view returns (string)
Office Helper Clippy
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CLIPPY
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initializeCustom(address adr, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.