CertifiedEmissionReductionsToken
Verified contract
Active on
Ethereum with 293 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 |
---|---|---|---|---|---|
ETH | ERC-20 | 31.65K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18302709 | a year ago | | | 0 | 0.00041165184 | |
| 13784176 | 3 years ago | | | 0 | 0.0022858000 | |
| 13745484 | 3 years ago | | | 0 | 0.0034925723 | |
| 8880726 | 5 years ago | | | 0 | 0.00019001000 | |
| 8870721 | 5 years ago | | | 0 | 0.00058231800 | |
| 8788672 | 5 years ago | | | 0 | 0.000049140000 | |
| 8756359 | 5 years ago | | | 0 | 0.000051597000 | |
| 8425691 | 5 years ago | | | 0 | 0.00045692000 | |
| 8411131 | 5 years ago | | | 0 | 0.00053066000 | |
| 8333669 | 5 years ago | | | 0 | 0.00023002000 |
ABI
ABI objects
Getter at block 21167674
INITIAL_SUPPLY() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
CertifiedEmissionReductionsToken
owner() view returns (address)
0x62c1d144faf7d0d2c3f6cdcbfe8f0e692418599c
paused() view returns (bool)
false
symbol() view returns (string)
CERT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
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)
frozenFunds(address account, bool freeze)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.