Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoinMath"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22064116 | 19 hours ago | | | 0 | 1.4602314e-7 | |
| 22024811 | 2 days ago | | | 0 | 1.9028629e-7 | |
| 21994411 | 2 days ago | | | 0 | 1.9096256e-7 | |
| 21770008 | 8 days ago | | | 0 | 1.9190461e-7 | |
| 21769805 | 8 days ago | | | 0 | 2.1192937e-7 | |
| 21769554 | 8 days ago | | | 0 | 4.4711140e-7 | |
| 21766886 | 8 days ago | | | 0 | 2.1341878e-7 | |
| 21756337 | 8 days ago | | | 0 | 1.9168190e-7 | |
| 21749115 | 8 days ago | | | 0 | 1.8881664e-7 | |
| 21540144 | 13 days ago | | | 0 | 3.1081903e-7 |
ABI
ABI objects
Getter at block 22091713
decimals() view returns (uint8)
8
name() view returns (string)
CoinMath
owner() view returns (address)
0xd59e86663c7d3bc19401345e683aed86fb9d301e
symbol() view returns (string)
COIM
totalSupply() view returns (uint256)
50000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
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)
TeamFinanceTokenMint(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.