Marvin Inu
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($211.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MARVIN | ERC-20 | 1.74817B | $0.00 |
$211.53 | |
MARVIN | ERC-20 | 51.60356B | -- | -- | |
MARVIN | ERC-20 | 1.520147B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17471191 | a year ago | | | 0 | 0.0030939646 | |
| 17121102 | 2 years ago | | | 0 | 0.0030959889 | |
| 16905267 | 2 years ago | | | 0 | 0.0020279715 | |
| 16902165 | 2 years ago | | | 0 | 0.0010104353 | |
| 16850776 | 2 years ago | | | 0 | 0.0025348613 | |
| 16818673 | 2 years ago | | | 0 | 0.0014240782 | |
| 16771208 | 2 years ago | | | 0 | 0.0089143329 | |
| 16597876 | 2 years ago | | | 0 | 0.0014899869 | |
| 16597715 | 2 years ago | | | 0 | 0.0028970207 | |
| 16589362 | 2 years ago | | | 0 | 0.0023465500 |
ABI
ABI objects
Getter at block 21098420
DELAY() view returns (uint256)
172800
decimals() view returns (uint8)
18
delayMinter() view returns (uint256)
0
delayVault() view returns (uint256)
0
getAllMinters() view returns (address[])
[0xF0457c4c99732b716e40d456aCB3Fc83c699b8ba]
mpc() view returns (address)
0xf0457c4c99732b716e40d456acb3fc83c699b8ba
name() view returns (string)
Marvin Inu
owner() view returns (address)
0xf0457c4c99732b716e40d456acb3fc83c699b8ba
pendingMinter() view returns (address)
0x0000000000000000000000000000000000000000
pendingVault() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
anyMARVIN
totalSupply() view returns (uint256)
2000166754121628000000000000
underlying() view returns (address)
0xcaa9ed6d7502595b555113d4517668ae24038c8a
underlyingIsMinted() view returns (bool)
false
vault() view returns (address)
0xf0457c4c99732b716e40d456acb3fc83c699b8ba
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
State-modifying
Events Swapin(bytes32 txhash, address account, uint256 amount) returns (bool)
Swapout(uint256 amount, address bindaddr) returns (bool)
applyMinter()
applyVault()
approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 amount) returns (bool)
changeVault(address newVault) returns (bool)
deposit() returns (uint256)
deposit(uint256 amount) returns (uint256)
deposit(uint256 amount, address to) returns (uint256)
depositVault(uint256 amount, address to) returns (uint256)
initVault(address _vault)
mint(address to, uint256 amount) returns (bool)
revokeMinter(address _auth)
setMinter(address _auth)
setVault(address _vault)
setVaultOnly(bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw() returns (uint256)
withdraw(uint256 amount) returns (uint256)
withdraw(uint256 amount, address to) returns (uint256)
withdrawVault(address from, uint256 amount, address to) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
LogChangeVault(address indexed oldVault, address indexed newVault, uint256 indexed effectiveTime)
LogSwapin(bytes32 indexed txhash, address indexed account, uint256 amount)
LogSwapout(address indexed account, address indexed bindaddr, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _underlying, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.