CoinMetro Token
Verified contract
Active on
Ethereum with 5,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCM | ERC-20 | 81.63275 | $0.039086 |
$3.19 | |
XCM | ERC-20 | 300 | -- | -- | |
DNA | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142233 | 2 days ago | | | 0 | 0.00049396396 | |
| 21110332 | 7 days ago | | | 0 | 0.00018802416 | |
| 21092105 | 9 days ago | | | 0 | 0.00034794084 | |
| 21087094 | 10 days ago | | | 0 | 0.0010762291 | |
| 21087047 | 10 days ago | | | 0 | 0.00098052607 | |
| 21084864 | 10 days ago | | | 0 | 0.00053972927 | |
| 21079688 | 11 days ago | | | 0 | 0.0010800357 | |
| 21057221 | 14 days ago | | | 0 | 0.00033930133 | |
| 21042074 | 16 days ago | | | 0 | 0.00030975269 | |
| 21040687 | 16 days ago | | | 0 | 0.00030578900 |
ABI
ABI objects
Getter at block 21157650
DOMAIN_SEPARATOR() view returns (bytes32)
0x5db771cdff0f82d48e3d80f5088bbccc2ee5811cb4f8d3de595a0eeefb47b302
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
decisionPeriod() view returns (uint256)
7776000
governanceBoard() view returns (address)
0x7c1c73bf60feb40cbcf0f12324200238ee23bb54
name() view returns (string)
CoinMetro Token
paused() view returns (bool)
false
pendingGovernanceBoard() view returns (address)
0x0000000000000000000000000000000000000000
reviewPeriod() view returns (uint256)
604800
symbol() view returns (string)
XCM
totalSupply() view returns (uint256)
326493993568976310000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
decisionPeriods(address) view returns (uint256)
nonces(address) view returns (uint256)
reviewPeriods(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
electGovernanceBoard(address newGovernanceBoard)
governedTransfer(address from, address to, uint256 value) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverTokens(address token, address to, uint256 amount)
resolve(address account)
review(address account)
setDecisionPeriod(uint256 _decisionPeriod)
setReviewPeriod(uint256 _reviewPeriod)
takeGovernance()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMany(address[] recipients, uint256[] amounts)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DecisionPeriodChanged(uint256 decisionPeriod)
GovernanceBoardChanged(address indexed from, address indexed to)
GovernedTransfer(address indexed from, address indexed to, uint256 amount)
Paused()
Resolved(address indexed account)
ReviewPeriodChanged(uint256 reviewPeriod)
Reviewing(address indexed account, uint256 reviewUntil, uint256 decideUntil)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.