Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EXIT369 | ERC-20 | 0.13486 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252625 | 4 days ago | | | 0 | 0.00074497008 | |
| 21195463 | 12 days ago | | | 0 | 0.0011636484 | |
| 21191372 | 13 days ago | | | 0 | 0.00079060747 | |
| 21037775 | a month ago | | | 0 | 0.00060709160 | |
| 21037667 | a month ago | | | 0 | 0.00056681513 | |
| 20878468 | 2 months ago | | | 0 | 0.00051244631 | |
| 20765089 | 2 months ago | | | 0 | 0.00021222255 | |
| 20765076 | 2 months ago | | | 0 | 0.00023646171 | |
| 20693396 | 3 months ago | | | 0 | 0.00028917458 | |
| 20693380 | 3 months ago | | | 0 | 0.00052490813 |
ABI
ABI objects
Getter at block 21282648
PRECISION() view returns (uint256)
10000
SWAP_TAX() view returns (uint256)
125
decimals() pure returns (uint8)
18
isSwapping() view returns (bool)
false
mirrorERC721() view returns (address)
0x0c23640fd865c23a44913e7ccf0c4fc151f6e674
name() view returns (string)
EXIT369
pair() view returns (address)
0xd70986d95c47eeeff8fc6dbc772726373b886dd5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
EXIT369
totalSupply() view returns (uint256)
100000000000000000000
treasury() view returns (address)
0x6086c9b923c301d936129de4c0ffec16d11f93e9
univ2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wnt() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _wnt, address _univ2router, address _treasury, string name_, string symbol_, string baseURI_, uint96 _totalSupply, uint256 _tokenLiquidityThreshold, address univ2factory)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
UnitIsZero()