Synthetix Network Token
Verified contract
Active on
Base with 10,345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.009873 |
$0.1 | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 41.555556 | -- | -- | |
THUNK | ERC-20 | 1 | -- | -- | |
) | KZB | ERC-721 | 1 | -- | -- |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754268 | 16 minutes ago | | | 0 | 7.3178150e-7 | |
| 22754036 | 24 minutes ago | | | 0 | 0.000000607682323924 | |
| 22753853 | 30 minutes ago | | | 0 | 8.8512743e-7 | |
| 22753261 | an hour ago | | | 0 | 4.9514421e-7 | |
| 22753081 | an hour ago | | | 0 | 7.7072265e-7 | |
| 22751928 | 2 hours ago | | | 0 | 7.3944138e-7 | |
| 22751613 | 2 hours ago | | | 0 | 4.8252048e-7 | |
| 22751428 | 2 hours ago | | | 0 | 7.6803566e-7 | |
| 22751231 | 2 hours ago | | | 0 | 7.5487683e-7 | |
| 22751036 | 2 hours ago | | | 0 | 7.6329801e-7 |
ABI
ABI objects
Getter at block 22754749
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Synthetix Network Token
remoteToken() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
symbol() view returns (string)
SNX
totalSupply() view returns (uint256)
1349173087320814582358814
version() view returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.