Meteorite.network
Verified contract
Active on
Ethereum with 1,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($462.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 450 | $1.00 |
$450 | |
UNI | ERC-20 | 1.39 | $9.18 |
$12.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19260506 | 9 months ago | | | 0 | 0.00066801079 | |
| 18928285 | 10 months ago | | | 0 | 0.0030509909 | |
| 18799511 | a year ago | | | 0 | 0.0013062868 | |
| 18742199 | a year ago | | | 0 | 0.0031515601 | |
| 18737234 | a year ago | | | 0 | 0.0023049759 | |
| 18737223 | a year ago | | | 0 | 0.0024105602 | |
| 18737217 | a year ago | | | 0 | 0.0021206351 | |
| 18301325 | a year ago | | | 0 | 0.00017246225 | |
| 16991858 | 2 years ago | | | 0 | 0.00073791004 | |
| 16991851 | 2 years ago | | | 0 | 0.00075073772 |
ABI
ABI objects
Getter at block 21167627
decimals() view returns (uint8)
9
name() view returns (string)
Meteorite.network
owner() view returns (address)
0xca1349e25f66ac824380616f3702d2705e476d21
symbol() view returns (string)
Meteor
totalFees() view returns (uint256)
2805212496501
totalSupply() view returns (uint256)
15000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
meteorFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromMeteorite(uint256 mAmount) view returns (uint256)
State-modifying
Events Meteor(uint256 tAmount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.