Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AQT | ERC-20 | 1 | $1.21 |
$1.21 | |
ZIK | ERC-20 | 555.555556 | $0.000157 |
$0.09 | |
APU | ERC-20 | 1 | $0.001053 |
$0 | |
METADOGE | ERC-20 | 1.34799B | -- | -- | |
SAIBA | ERC-20 | 1B | -- | -- | |
TWeR1 | ERC-20 | 19.4M | -- | -- | |
NEJU | ERC-20 | 19.4M | -- | -- | |
FlokiChain | ERC-20 | 4.122222M | -- | -- | |
PoUP | ERC-20 | 1.94M | -- | -- | |
dUNIV | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242320 | 2 minutes ago | | | 0 | 0.00036733766 | |
| 21242318 | 3 minutes ago | | | 0 | 0.00060659761 | |
| 21242293 | 8 minutes ago | | | 0 | 0.00054457292 | |
| 21242283 | 10 minutes ago | | | 0 | 0.00064298314 | |
| 21242270 | 12 minutes ago | | | 0 | 0.00038403350 | |
| 21242267 | 13 minutes ago | | | 0 | 0.00032576593 | |
| 21242265 | 13 minutes ago | | | 0 | 0.00065277202 | |
| 21242262 | 14 minutes ago | | | 0 | 0.00061616048 | |
| 21242246 | 17 minutes ago | | | 0 | 0.00060547658 | |
| 21242236 | 19 minutes ago | | | 0 | 0.00032607712 |
ABI
ABI objects
Getter at block 21242329
decimals() view returns (uint8)
18
getAdmin() view returns (address)
0x6ec4090d0f3cb76d9f3d8c4d5bb058a225e560a1
getExecutionAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
name() view returns (string)
SAND
symbol() view returns (string)
SAND
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
isExecutionOperator(address who) view returns (bool)
isSuperOperator(address who) view returns (bool)
State-modifying
Events addAllowanceIfNeeded(address owner, address spender, uint256 amountNeeded) returns (bool success)
approve(address spender, uint256 amount) returns (bool success)
approveAndCall(address target, uint256 amount, bytes data) payable returns (bytes)
approveAndExecuteWithSpecificGas(address from, address to, uint256 amount, uint256 gasLimit, bytes data) returns (bool success, bytes returnData)
approveAndExecuteWithSpecificGasAndChargeForIt(address from, address to, uint256 amount, uint256 gasLimit, uint256 tokenGasPrice, uint256 baseGasCharge, address tokenReceiver, bytes data) returns (bool success, bytes returnData)
approveFor(address owner, address spender, uint256 amount) returns (bool success)
burn(uint256 amount) returns (bool)
burnFor(address owner, uint256 amount) returns (bool)
changeAdmin(address newAdmin)
changeExecutionAdmin(address newAdmin)
executeWithSpecificGas(address to, uint256 gasLimit, bytes data) returns (bool success, bytes returnData)
paidCall(address target, uint256 amount, bytes data) payable returns (bytes)
setExecutionOperator(address executionOperator, bool enabled)
setSuperOperator(address superOperator, bool enabled)
transfer(address to, uint256 amount) returns (bool success)
transferAndChargeForGas(address from, address to, uint256 amount, uint256 gasLimit, uint256 tokenGasPrice, uint256 baseGasCharge, address tokenReceiver) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool success)
AdminChanged(address oldAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
ExecutionAdminAdminChanged(address oldAdmin, address newAdmin)
ExecutionOperator(address executionOperator, bool enabled)
SuperOperator(address superOperator, bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address sandAdmin, address executionAdmin, address beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.