Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,427.71)
Native
Value
$11,299.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.549594 | $3,183.44 |
$11,299.92 | |
CPU | ERC-20 | 11.173K | $0.011437 |
$127.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157192 | 12 hours ago | | | 0 | 0.00080101238 | |
| 21157192 | 12 hours ago | | | 0 | 0.0012164233 | |
| 21157178 | 12 hours ago | | | 0 | 0.00099807397 | |
| 21119794 | 6 days ago | | | 0 | 0.00017282957 | |
| 21119426 | 6 days ago | | | 0 | 0.00011914321 | |
| 21108327 | 7 days ago | | | 0 | 0.00027532702 | |
| 21106684 | 8 days ago | | | 0 | 0.00029744774 | |
| 21106681 | 8 days ago | | | 0 | 0.00016470075 | |
| 21106288 | 8 days ago | | | 0 | 0.00017450523 | |
| 21106036 | 8 days ago | | | 0 | 0.00019258557 |
ABI
ABI objects
Getter at block 21160777
VERSION() view returns (uint32)
8
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
CPUcoin
owner() view returns (address)
0xbdcfcd09b3f1c0a3fe8b3899faec98bfd10110bd
paused() view returns (bool)
false
symbol() view returns (string)
CPU
today() view returns (uint32 dayNumber)
20038
totalSupply() view returns (uint256)
5000000000000000000000000000
whereAmI() view returns (address yourAddress)
0xd3081089d0581f15944b4d9f4b97a3bf541dc399
whoAmI() view returns (string yourName)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getIntrinsicVestingSchedule(address grantHolder) view returns (uint32 vestDuration, uint32 cliffDuration, uint32 vestIntervalDays)
isGrantor(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRegistered(address account) view returns (bool ok)
isUniformGrantor(address account) view returns (bool)
vestingAsOf(uint32 onDayOrToday) view returns (uint256 amountVested, uint256 amountNotVested, uint256 amountOfGrant, uint32 vestStartDay, uint32 vestDuration, uint32 cliffDuration, uint32 vestIntervalDays, bool isActive, bool wasRevoked)
vestingForAccountAsOf(address grantHolder, uint32 onDayOrToday) view returns (uint256 amountVested, uint256 amountNotVested, uint256 amountOfGrant, uint32 vestStartDay, uint32 vestDuration, uint32 cliffDuration, uint32 vestIntervalDays, bool isActive, bool wasRevoked)
State-modifying
Events addGrantor(address account, bool isUniformGrantor)
addPauser(address account)
approve(address spender, uint256 value) returns (bool ok)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantUniformVestingTokens(address beneficiary, uint256 totalAmount, uint256 vestingAmount, uint32 startDay) returns (bool ok)
grantVestingTokens(address beneficiary, uint256 totalAmount, uint256 vestingAmount, uint32 startDay, uint32 duration, uint32 cliffDuration, uint32 interval, bool isRevocable) returns (bool ok)
iAm(string shortName)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
kill() returns (bool itsDeadJim)
pause()
registerAccount() returns (bool ok)
removeGrantor(address account)
removePauser(address account)
renounceOwnership()
revokeGrant(address grantHolder, uint32 onDay) returns (bool ok)
safeApprove(address spender, uint256 value) returns (bool ok)
safeGrantUniformVestingTokens(address beneficiary, uint256 totalAmount, uint256 vestingAmount, uint32 startDay) returns (bool ok)
safeGrantVestingTokens(address beneficiary, uint256 totalAmount, uint256 vestingAmount, uint32 startDay, uint32 duration, uint32 cliffDuration, uint32 interval, bool isRevocable) returns (bool ok)
safeTransfer(address to, uint256 value) returns (bool ok)
safeTransferFrom(address from, address to, uint256 value) returns (bool ok)
setGrantorVestingSchedule(address grantor, uint32 duration, uint32 cliffDuration, uint32 interval, bool isRevocable) returns (bool ok)
setRestrictions(address grantor, uint32 minStartDay, uint32 maxStartDay, uint32 expirationDay) returns (bool ok)
transfer(address to, uint256 value) returns (bool ok)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AccountRegistered(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
DepositReceived(address indexed from, uint256 value)
GrantRevoked(address indexed grantHolder, uint32 indexed onDay)
GrantorAdded(address indexed account)
GrantorRemoved(address indexed account)
GrantorRestrictionsSet(address indexed grantor, uint32 minStartDay, uint32 maxStartDay, uint32 expirationDay)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
VestingScheduleCreated(address indexed vestingLocation, uint32 cliffDuration, uint32 indexed duration, uint32 interval, bool indexed isRevocable)
VestingTokensGranted(address indexed beneficiary, uint256 indexed vestingAmount, uint32 startDay, address vestingLocation, address indexed grantor)
constructor()
fallback()
This contract contains no error objects.