TRUMPDOGSTokenInstance
Verified contract
Active on
Ethereum with 1,307 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGS | ERC-20 | 95.881931M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246653 | 3 minutes ago | | | 0 | 0.0016092050 | |
| 21246532 | 28 minutes ago | | | 0 | 0.0020047400 | |
| 21246518 | 30 minutes ago | | | 0 | 0.0013990315 | |
| 21246492 | 36 minutes ago | | | 0 | 0.0012745935 | |
| 21246481 | 38 minutes ago | | | 0 | 0.0013544204 | |
| 21246474 | 39 minutes ago | | | 0 | 0.0013060221 | |
| 21246442 | an hour ago | | | 0 | 0.00097229924 | |
| 21246426 | an hour ago | | | 0 | 0.0014664866 | |
| 21246153 | 2 hours ago | | | 0 | 0.0020414699 | |
| 21246125 | 2 hours ago | | | 0 | 0.0021578649 |
ABI
ABI objects
Getter at block 21246667
borrowerOperationsAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
domainSeparator() view returns (bytes32)
0x683a4598c6a58e4d2a6f40991e65e69e8c626e56be8194c7527208a269cbec0d
name() view returns (string)
TRUMP DOGS
stabilityPoolAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOGS
totalSupply() view returns (uint256)
1000000000000000000000000000000
troveManagerAddress() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
returnFromPool(address _poolAddress, address[] _receiver, uint256 _amount)
sendToPool(address _sender, address _poolAddress, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowerOperationsAddressChanged(address _newBorrowerOperationsAddress)
StabilityPoolAddressChanged(address _newStabilityPoolAddress)
TokenBalanceUpdated(address _user, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
TroveManagerAddressChanged(address _troveManagerAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.