Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNT | ERC-20 | 16.45509K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19521240 | 8 months ago | | | 0 | 0.0022524500 | |
| 19521191 | 8 months ago | | | 0 | 0.0042918191 | |
| 19521190 | 8 months ago | | | 0 | 0.0066796529 | |
| 19521189 | 8 months ago | | | 0 | 0.0021450881 | |
| 19521189 | 8 months ago | | | 0 | 0.0021893292 | |
| 19521187 | 8 months ago | | | 0 | 0.0023264402 | |
| 19521186 | 8 months ago | | | 0 | 0.0023459526 | |
| 19521186 | 8 months ago | | | 0 | 0.0023489471 | |
| 19521186 | 8 months ago | | | 0 | 0.0028195971 | |
| 19521186 | 8 months ago | | | 0 | 0.049384633 |
ABI
ABI objects
Getter at block 21209215
decimals() view returns (uint8)
18
gasEfficient() view returns (address)
0x70b58c51d4f139acb3e67ccad58a1d61ee877eb7
live() view returns (bool)
true
lp() view returns (address)
0x3d0845c469ece1f8545604a0bf6de308d807a799
name() view returns (string)
Syntax
owner() view returns (address)
0x89610ab96b4ba7497ea59ba64b94a47fffc60f52
purchaseFee() view returns (uint256)
25
purchaseLimit() view returns (uint256)
100
queryLimit() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
SYNT
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balance(address wallet) view returns (uint256)
balanceOf(address) view returns (uint256)
queryFee(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
purchaseFeeCollector(address token)
setLive(address _lp)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updatePurchaseValues(uint256 _purchaseLimit, uint256 _purchaseFee)
upgradeGasEfficient(address _gasEfficient)
upgradeOwner(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.