Strudel Finance
Verified contract
Active on
Ethereum with 5,782 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Strudel Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068043 | 19 days ago | | | 0 | 0.00051282208 | |
| 20630631 | 3 months ago | | | 0 | 0.00029334375 | |
| 20630609 | 3 months ago | | | 0 | 0.00029334375 | |
| 20574144 | 3 months ago | | | 0 | 0.000028565531 | |
| 20500892 | 3 months ago | | | 0 | 0.000088382328 | |
| 20330960 | 4 months ago | | | 0 | 0.00012335712 | |
| 20027049 | 5 months ago | | | 0 | 0.0010978170 | |
| 19977888 | 6 months ago | | | 0 | 0.00043705615 | |
| 19954298 | 6 months ago | | | 0 | 0.00028674375 | |
| 19857272 | 6 months ago | | | 0 | 0.000080958167 |
ABI
ABI objects
Getter at block 21202260
DOMAIN_SEPARATOR() view returns (bytes32)
0x81b424ea23987652e9a1231a3979d55b104b776361a5836c267d4f25bd532afa
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Strudel Finance
owner() view returns (address)
0x0572865ce110c4e0f6204fa4d68885f821d6dabc
symbol() view returns (string)
$TRDL
totalSupply() view returns (uint256)
11113878775464960150158794
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.