Dalarnia
Verified contract
Active on
Ethereum with 21,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,795,490.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAR | ERC-20 | 22.91762M | $0.165613 |
$3,795,455.74 | |
BUSD | ERC-20 | 35 | $0.995664 |
$34.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157198 | an hour ago | | | 0 | 0.00064391797 | |
| 21157002 | 2 hours ago | | | 0 | 0.00082709152 | |
| 21156772 | 3 hours ago | | | 0 | 0.00067774850 | |
| 21155878 | 6 hours ago | | | 0 | 0.00026227400 | |
| 21155790 | 6 hours ago | | | 0 | 0.00053641293 | |
| 21155755 | 6 hours ago | | | 0 | 0.00057672083 | |
| 21154615 | 10 hours ago | | | 0 | 0.00015239927 | |
| 21154148 | 11 hours ago | | | 0 | 0.00026730285 | |
| 21154140 | 11 hours ago | | | 0 | 0.00044753597 | |
| 21153761 | 13 hours ago | | | 0 | 0.00059696309 |
ABI
ABI objects
Getter at block 21157570
decimals() view returns (uint8)
6
getOwner() view returns (address)
0xa1dfde5d363fe2b50b56091c4e4b0d7e0ae5f90f
name() view returns (string)
Dalarnia
owner() view returns (address)
0xa1dfde5d363fe2b50b56091c4e4b0d7e0ae5f90f
symbol() view returns (string)
DAR
totalSupply() view returns (uint256)
640000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromNative(address to, uint256 value, bytes32 refID) returns (bool)
transferOwnership(address newOwner)
transferToNative(bytes32 to, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFromNative(address indexed to, bytes32 indexed refID, uint256 value)
TransferToNative(address indexed from, bytes32 indexed to, uint256 value)
constructor(uint256 totalSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.