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 "Dugo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17731422 | a year ago | | | 0 | 0.00061694981 | |
| 17582462 | a year ago | | | 0 | 0.00089611652 | |
| 15749402 | 2 years ago | | | 0 | 0.00087569447 | |
| 15420895 | 2 years ago | | | 0 | 0.00029284324 | |
| 15401103 | 2 years ago | | | 0 | 0.00022175574 | |
| 15145171 | 2 years ago | | | 0 | 0.00070470526 | |
| 15050157 | 2 years ago | | | 0 | 0.0014144615 | |
| 15049925 | 2 years ago | | | 0 | 0.0017886702 | |
| 15049102 | 2 years ago | | | 0 | 0.0048004505 | |
| 15049025 | 2 years ago | | | 0 | 0.0015614585 |
ABI
ABI objects
Getter at block 21332460
ASWANG() view returns (address)
0xa462127735352b1f03da8ab92a87803d05cc6a7b
EPOCH_DURATION() view returns (uint256)
15552000
GENESIS_BASE_RATE() view returns (uint256)
5000000000000000000
GENESIS_SUPPLY() view returns (uint256)
3333
MANANANGGAL_BASE_RATE() view returns (uint256)
2000000000000000000
STARTED_AT() view returns (uint256)
1655476039
TOTAL_SUPPLY() view returns (uint256)
6666
currentEpoch() view returns (uint256)
5
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
2086827065902777777776487
name() view returns (string)
Dugo
owner() view returns (address)
0xe5890f2b56e9c53dd04651b3627288f062aef7f1
symbol() view returns (string)
DUGO
totalClaimed() view returns (uint256)
2086827065902777777776487
totalSupply() view returns (uint256)
2069727065902777777776487
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
baseRate(uint256 tokenId) pure returns (uint256)
claimable(uint256 tokenId) view returns (uint256)
functionLocked(bytes4) view returns (bool)
lastClaimedAt(uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
claim(address account, uint256 tokenId)
claim(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockFunction(bytes4 id)
lowerMaxSupply(uint256 newMaxSupply)
recoveryTransfer(address to, uint256 tokenId)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
constructor(address aswang, address team)
This contract contains no fallback and receive objects.
Dugo_FunctionLocked()
Dugo_InvalidMaxSupply()
Dugo_NotAswangContract()
Dugo_NotTokenOwner()
Dugo_TokenIdOutOfRange()