Ectoplasma
Verified contract
Active on
Ethereum with 1,075 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECTO | ERC-20 | 0.007412 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20525133 | 3 months ago | | | 0 | 0.000069833247 | |
| 20190484 | 5 months ago | | | 0 | 0.00011828080 | |
| 17773415 | a year ago | | | 0 | 0.00083496343 | |
| 17773375 | a year ago | | | 0 | 0.00087997101 | |
| 17773361 | a year ago | | | 0 | 0.0010166502 | |
| 17773341 | a year ago | | | 0 | 0.00097419087 | |
| 17444858 | a year ago | | | 0 | 0.00044420638 | |
| 17339613 | 2 years ago | | | 0 | 0.00069910790 | |
| 16989472 | 2 years ago | | | 0 | 0.00064910788 | |
| 16469349 | 2 years ago | | | 0 | 0.00068396789 |
ABI
ABI objects
Getter at block 21285990
burnDivisor() view returns (uint8)
22
decimals() view returns (uint8)
18
devaddr() view returns (address)
0x9d3f72efcd04face500171fa32d1d2359a7a6b29
name() view returns (string)
Ectoplasma
owner() view returns (address)
0xa9c44135b3a87e0688c41cf8c27939a22dd437c9
symbol() view returns (string)
ECTO
totalSupply() view returns (uint256)
79120606116685217933511
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)
mint(address _to, uint256 _amount)
renounceOwnership()
setBurnRate(uint8 _burnDivisor)
setDevAddr(address _devaddr)
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(uint8 _burnDivisor, address _devaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.