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 "Mircolo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9396099 | 5 years ago | | | 0 | 0.00015991500 | |
| 8713849 | 5 years ago | | | 0 | 0.00018426800 | |
| 8528664 | 5 years ago | | | 0 | 0.00079163700 | |
| 8528642 | 5 years ago | | | 0 | 0.00047529300 | |
| 8453081 | 5 years ago | | | 0 | 0.00075010000 | |
| 8424240 | 5 years ago | | | 0 | 0.00068339700 | |
| 8331127 | 5 years ago | | | 0 | 0.00018426800 | |
| 8331110 | 5 years ago | | | 0 | 0.00010539400 | |
| 8285456 | 5 years ago | | | 0 | 0.000022633000 | |
| 8272842 | 5 years ago | | | 0 | 0.00045010000 |
ABI
ABI objects
Getter at block 21177791
decimals() view returns (uint8)
18
distributor() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Mircolo
owner() view returns (address)
0x99e0a89f60a3c29442ae884c1882e5cc424870ab
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MIRCO
totalSupply() view returns (uint256)
966000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimOwnership()
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
emergencyERC20Drain(address token, uint256 amount)
increaseApproval(address spender, uint256 addedValue) returns (bool)
pause()
setDistributor(address newDistributor)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.