MarketPeak
Verified contract
Active on
Ethereum with 7,084 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
PEAK | ERC-20 | 100 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20586196 | 3 months ago | | | 0 | 0.000052831520 | |
| 20584186 | 3 months ago | | | 0 | 0.00021834984 | |
| 20379860 | 4 months ago | | | 0 | 0.00013942190 | |
| 17927344 | a year ago | | | 0 | 0.00061583305 | |
| 17927286 | a year ago | | | 0 | 0.0012561074 | |
| 17927140 | a year ago | | | 0 | 0.00091662874 | |
| 17926916 | a year ago | | | 0 | 0.00094847520 | |
| 15760182 | 2 years ago | | | 0 | 0.00027018548 | |
| 15760149 | 2 years ago | | | 0 | 0.00054310032 | |
| 15021765 | 2 years ago | | | 0 | 0.00099893022 |
ABI
ABI objects
Getter at block 21283818
cap() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
MarketPeak
symbol() view returns (string)
PEAK
totalSupply() view returns (uint256)
61333433338825
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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 account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.