Climatecoin
Verified contract
Active on
Ethereum with 2,772 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x094e…26b7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRAT | ERC-20 | 1.000008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18432012 | a year ago | | | 0 | 0.0024018759 | |
| 16748295 | 2 years ago | | | 0 | 0.0010722654 | |
| 16713666 | 2 years ago | | | 0 | 0.0026223578 | |
| 14446221 | 3 years ago | | | 0 | 0.0059794552 | |
| 14446198 | 3 years ago | | | 0 | 0.0052174000 | |
| 14446168 | 3 years ago | | | 0 | 0.0059008794 | |
| 14175655 | 3 years ago | | | 0 | 0.015655800 | |
| 14169826 | 3 years ago | | | 0 | 0.0073956033 | |
| 14168954 | 3 years ago | | | 0 | 0.010696134 | |
| 14081062 | 3 years ago | | | 0 | 0.010380557 |
ABI
ABI objects
Getter at block 21262747
controller() view returns (address)
0x36314bbd1377cfb03cfa36982db9c9e09c19deeb
creationBlock() view returns (uint256)
4626331
decimals() view returns (uint8)
18
name() view returns (string)
Climatecoin
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CO2
tokenFactory() view returns (address)
0x094efbf381fc1d927d40fd2ee2c889ea900526b7
totalSupply() view returns (uint256)
19507398255409690148222124
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.