Wrapped Mirror NFLX Token
Verified contract
Active on
Ethereum with 1,242 txns
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 "Wrapped Mirror NFLX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088277 | 10 days ago | | | 0 | 0.00033517351 | |
| 20858491 | a month ago | | | 0 | 0.00030436421 | |
| 20858464 | a month ago | | | 0 | 0.00025895093 | |
| 20633795 | 2 months ago | | | 0 | 0.000061311638 | |
| 19368965 | 8 months ago | | | 0 | 0.0031858476 | |
| 19365126 | 8 months ago | | | 0 | 0.0036720461 | |
| 18434318 | a year ago | | | 0 | 0.00058748810 | |
| 18434318 | a year ago | | | 0 | 0.00054285463 | |
| 17642420 | a year ago | | | 0 | 0.0012492696 | |
| 17471285 | a year ago | | | 0 | 0.00064007390 |
ABI
ABI objects
Getter at block 21158350
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Mirror NFLX Token
owner() view returns (address)
0x9123077acafb3d743c68418304b2a11566cc1175
symbol() view returns (string)
mNFLX
totalSupply() view returns (uint256)
2803325450426681305152
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, bytes32 to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
Burn(address indexed _sender, bytes32 indexed _to, uint256 amount)
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.