Dragon Network
Verified contract
Active on
Ethereum with 592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dragon Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19099358 | 10 months ago | | | 0 | 0.00034693858 | |
| 16866660 | 2 years ago | | | 0 | 0.00040703592 | |
| 15007118 | 2 years ago | | | 0 | 0.00058790878 | |
| 12703575 | 3 years ago | | | 0 | 0.0010229120 | |
| 11474977 | 4 years ago | | | 0 | 0.0015346073 | |
| 11474938 | 4 years ago | | | 0 | 0.0022371620 | |
| 11410105 | 4 years ago | | | 0 | 0.0015172000 | |
| 11378253 | 4 years ago | | | 0 | 0.0011644600 | |
| 11356853 | 4 years ago | | | 0 | 0.0021643050 | |
| 11327547 | 4 years ago | | | 0 | 0.0026637600 |
ABI
ABI objects
Getter at block 21383821
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
isSupplyLessThan20Thousand() view returns (bool)
true
name() view returns (string)
Dragon Network
owner() view returns (address)
0xe5748dd7490b3db2f6617a7abf7f552045b01049
symbol() view returns (string)
DGNN
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findEightPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.