Syrup Token
Verified contract
Proxy
Active on
Ethereum with 1,726 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 |
---|---|---|---|---|---|
SYRUP | ERC-20 | 0 | $0.228977 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246387 | 5 minutes ago | | | 0 | 0.00064214939 | |
| 21246372 | 8 minutes ago | | | 0 | 0.00083606850 | |
| 21246346 | 13 minutes ago | | | 0 | 0.00075072793 | |
| 21246288 | 25 minutes ago | | | 0 | 0.00088398047 | |
| 21246069 | an hour ago | | | 0 | 0.0011233641 | |
| 21245972 | an hour ago | | | 0 | 0.00078340921 | |
| 21245882 | 2 hours ago | | | 0 | 0.00058475268 | |
| 21245670 | 2 hours ago | | | 0 | 0.00052114945 | |
| 21245645 | 3 hours ago | | | 0 | 0.00050545507 | |
| 21245631 | 3 hours ago | | | 0 | 0.00065757240 |
ABI
ABI objects
Getter at block 21246409
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator_)
0x44e64c2991ce28f9836af4e755d86aaa038f80cd7ad7b6df889cfb2cb2f18443
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
globals() view returns (address globals_)
0x804a6f5f667170f545bf14e5ddb48c70b788390c
governor() view returns (address governor_)
0xd6d4bcde6c816f17889f1dd3000af0261b03a196
implementation() view returns (address implementation_)
0x6ed767ebcff51533e5181f7bf818f2b9bd767aec
name() view returns (string)
Syrup Token
symbol() view returns (string)
SYRUP
totalSupply() view returns (uint256)
1154930098000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isModule(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events setImplementation(address newImplementation_)
addModule(address module_)
approve(address spender_, uint256 amount_) returns (bool success_)
burn(address from_, uint256 amount_)
decreaseAllowance(address spender_, uint256 subtractedAmount_) returns (bool success_)
increaseAllowance(address spender_, uint256 addedAmount_) returns (bool success_)
mint(address to_, uint256 amount_)
permit(address owner_, address spender_, uint256 amount_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
removeModule(address module_)
transfer(address recipient_, uint256 amount_) returns (bool success_)
transferFrom(address owner_, address recipient_, uint256 amount_) returns (bool success_)
ImplementationSet(address indexed implementation)
Approval(address indexed owner_, address indexed spender_, uint256 amount_)
Burn(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
ModuleAdded(address indexed module)
ModuleRemoved(address indexed module)
Transfer(address indexed owner_, address indexed recipient_, uint256 amount_)
constructor(address globals_, address implementation_, address initializer_, address tokenMigrator_)
fallback()
This contract contains no error objects.