Destra Network

Verified contract

Active on Base with 27 txns
Deployed by via 0x3d39581e at 14185252
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Destra Network"

0xdb99c07e1287678b962e2855b81a050ee9c9e607e5b60a852031131440df3944
0x24b27f7fd7255c6b005dee0553c8163fbc5b151a284ef556b42f3e5f52f9f157
0xb67ff4c73da5c5d7266aff8ddbc4c4b341b63fe6f986d2b04e7c9114db9e94b0
0x9ba5703a17885a9a0a49ee5aff034ead4c49d770a4de79d32521f2e57189d923
0x33b2d42b442f31575b25dd1eda5595551e53898ed3ce1ed18e76e79991b36b29
0x6c38a18dd4c0f481863232f91fa164dd5d2f90f724bb3050364c4b2d79ee1239
0x81b424bfe5033a5841005d2ea9c3af266260afd6436433f6ccfec6d3f3d0b811
0x9150f79f72fd010bbbd7dc09b92b337c5cc540dd620acf487b4729b78c0910dd
0xe1de78d5a922510ceb3725dfc04a0787af46f28296ed1395f1c2c99b62d78063
0x567e82957975bc06a13212597fb77510b8512f7095bf10e9e5f7e6c98da13912

Functions
Getter at block 22007123
decimals(view returns (uint8)
18
name(view returns (string)
Destra Network
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DSync
totalSupply(view returns (uint256)
100000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account