MEDIBIT
Verified contract
Active on
Ethereum with 26,589 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 |
---|---|---|---|---|---|
MEDIBIT | ERC-20 | 5.038494M | -- | -- | |
SMILE | ERC-20 | 50K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17634420 | a year ago | | | 0 | 0.00099364000 | |
| 17459319 | a year ago | | | 0 | 0.0074595000 | |
| 17354384 | a year ago | | | 0 | 0.00099364000 | |
| 17341041 | a year ago | | | 0 | 0.0014969661 | |
| 16638194 | 2 years ago | | | 0 | 0.0023180113 | |
| 16604824 | 2 years ago | | | 0 | 0.00075919016 | |
| 16207135 | 2 years ago | | | 0 | 0.00033882787 | |
| 15679702 | 2 years ago | | | 0 | 0.00034958733 | |
| 15466282 | 2 years ago | | | 0 | 0.00024733408 | |
| 15400532 | 2 years ago | | | 0 | 0.00054734778 |
ABI
ABI objects
Getter at block 21165332
decimals() view returns (uint256)
18
name() view returns (string)
MEDIBIT
owner() view returns (address)
0x488fb41f8d05453d9b9a07dfcb559f5461b8734f
paused() view returns (bool)
false
symbol() view returns (string)
MEDIBIT
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.