EMTRI Token
Verified contract
Active on
Ethereum with 764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "EMTRI Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19628193 | 7 months ago | | | 0 | 0.00078191968 | |
| 19133587 | 9 months ago | | | 0 | 0.0024928914 | |
| 19133480 | 9 months ago | | | 0 | 0.0014911496 | |
| 19133455 | 9 months ago | | | 0 | 0.0013593444 | |
| 19086823 | 10 months ago | | | 0 | 0.00099775320 | |
| 19086700 | 10 months ago | | | 0 | 0.0012223511 | |
| 19086626 | 10 months ago | | | 0 | 0.0012547021 | |
| 19086602 | 10 months ago | | | 0 | 0.0012753197 | |
| 18998548 | 10 months ago | | | 0 | 0.00089588577 | |
| 18948346 | 10 months ago | | | 0 | 0.00044376322 |
ABI
ABI objects
Getter at block 21162867
buyback() view returns (address)
0x44734875a9cfac1ea21a9721b37954d33a24139b
decimals() view returns (uint8)
18
flip() view returns (address)
0x2ec7d593763eed26defa231b4c566252e2667a6b
name() view returns (string)
EMTRI Token
nftId() view returns (uint256)
0
noticeLiquidity() view returns (uint256 amount, uint256 releaseDate)
(amount=0, releaseDate=0)
noticeTreasury() view returns (uint256 amount, uint256 releaseDate)
(amount=0, releaseDate=0)
owner() view returns (address)
0x1fa6d184abbfee00220d6acfcd3ec6dcd0373da2
poolAddress() view returns (address)
0xd422e804db78f8529b091759b6dac979a2840680
positionsAddress() view returns (address)
0x1fa6d184abbfee00220d6acfcd3ec6dcd0373da2
symbol() view returns (string)
EMT
totalSupply() view returns (uint256)
10010000000000000000000
treasury() view returns (address)
0x6bc693dbd2b197e3067832ac71ed0b6d38cfd85a
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 quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
liquidityRedemptionNotice(address who, uint256 amount, uint256 numSeconds)
mint(address who, uint256 quantity)
setBuyback(address who)
setFlip(address who)
setNftId(uint256 id)
setPoolAddress(address who)
setPositionsAddress(address who)
setTreasury(address who)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
treasuryTransferNotice(address who, uint256 amount, uint256 numSeconds)
Approval(address indexed owner, address indexed spender, uint256 value)
NoticeGiven(address indexed who, uint256 amount, uint256 releaseDate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string name, string symbol, address treasuryAddr, address buybackAddr, address flipAddr, address positionsAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.