DegenToken
Verified contract
Active on
Ethereum with 60 txns
Balances ($0.00)
No balances found for "DegenToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11527228 | 4 years ago | | | 0 | 0.0023360832 | |
| 11152195 | 4 years ago | | | 0 | 0.0036279540 | |
| 11140215 | 4 years ago | | | 0 | 0.0046635400 | |
| 11139283 | 4 years ago | | | 0 | 0.0039973200 | |
| 10940534 | 4 years ago | | | 0 | 0.0067276100 | |
| 10939588 | 4 years ago | | | 0 | 0.0063279500 | |
| 10855632 | 4 years ago | | | 0 | 0.0053973540 | |
| 10836806 | 4 years ago | | | 0 | 0.0059729400 | |
| 10831488 | 4 years ago | | | 0 | 0.0053535240 | |
| 10830902 | 4 years ago | | | 0 | 0.0062669800 |
ABI
ABI objects
Getter at block 21412280
decimals() view returns (uint256)
18
governance() view returns (address)
0x19ca4cf25d715b60ea9406f79b12d8ba6ac9fda0
name() view returns (bytes32)
0x446567656e204d6f6e6579000000000000000000000000000000000000000000
reserve() view returns (address)
0x0511d4a08136031877ab33892f2fe81e945e85a6
symbol() view returns (bytes32)
0x24444547454e0000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
69741705163255015160474713
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address guy) returns (bool)
approve(address guy, uint256 wad) returns (bool)
mint(address _account, uint256 _wad)
setGovernance(address _governance)
setReserve(address _reserve)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed src, address indexed guy, uint256 wad)
Burn(uint256 wad)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor(address _reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.