Cubic Finance
Verified contract
Active on
Ethereum with 375 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 |
---|---|---|---|---|---|
CUBIC | ERC-20 | 215.6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151835 | 4 days ago | | | 0 | 0.00044064090 | |
| 20506291 | 3 months ago | | | 0 | 0.00012739843 | |
| 19254754 | 9 months ago | | | 0 | 0.00092829836 | |
| 17688412 | a year ago | | | 0 | 0.00093212000 | |
| 17640990 | a year ago | | | 0 | 0.00093260000 | |
| 17621387 | a year ago | | | 0 | 0.00093212000 | |
| 17621387 | a year ago | | | 0 | 0.00093260000 | |
| 17621387 | a year ago | | | 0 | 0.00093212000 | |
| 17621387 | a year ago | | | 0 | 0.00093212000 | |
| 17621387 | a year ago | | | 0 | 0.0012741200 |
ABI
ABI objects
Getter at block 21181596
decimals() view returns (uint8)
18
name() view returns (string)
Cubic Finance
owner() view returns (address)
0xcd42ae778ed658756acd47d8ba1cee5fd3815ef6
symbol() view returns (string)
CUBIC
totalSupply() view returns (uint256)
291126664645345712905401
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address _address) view returns (bool)
State-modifying
Events addToWhitelist(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromWhitelist(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedToWhitelist(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromWhitelist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.