Saddle DAO
Verified contract
Active on
Ethereum with 8,318 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 "Saddle DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982946 | 24 days ago | | | 0 | 0.00021075579 | |
| 20961591 | a month ago | | | 0 | 0.00045419428 | |
| 20961538 | a month ago | | | 0 | 0.00040500038 | |
| 20948555 | a month ago | | | 0 | 0.00026779425 | |
| 20847599 | a month ago | | | 0 | 0.00035396770 | |
| 20843453 | a month ago | | | 0 | 0.00044159456 | |
| 20768172 | 2 months ago | | | 0 | 0.000053947976 | |
| 20742306 | 2 months ago | | | 0 | 0.00023330535 | |
| 20740528 | 2 months ago | | | 0 | 0.000061653510 | |
| 20739140 | 2 months ago | | | 0 | 0.000060209500 |
ABI
ABI objects
Getter at block 21158156
DOMAIN_SEPARATOR() view returns (bytes32)
0x1cb181da94a689090c7cbf8ad9bf3fafe7f24280b1335ea361187c66c3f31814
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
anyoneCanUnpauseAfter() view returns (uint256)
1668493163
decimals() view returns (uint8)
18
govCanUnpauseAfter() view returns (uint256)
1644933563
governance() view returns (address)
0x3f8e527af4e0c6e763e8f368ac679c44c45626ae
name() view returns (string)
Saddle DAO
paused() view returns (bool)
false
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SDL
totalSupply() view returns (uint256)
1000000000000000000000000000
vestingContractTarget() view returns (address)
0xf8504e92428d65e56e495684a38f679c1b1dc30b
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedTransferee(address) view returns (bool)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptGovernance()
addToAllowedList(address[] targets)
approve(address spender, uint256 amount) returns (bool)
changeGovernance(address newGovernance)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deployNewVestingContract(struct SDLRecipient recipient) returns (address)
enableTransfer()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromAllowedList(address[] targets)
rescueTokens(address token, address to, uint256 balance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Allowed(address indexed target)
Approval(address indexed owner, address indexed spender, uint256 value)
Disallowed(address indexed target)
Paused(address account)
SetGovernance(address indexed governance)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
VestingContractDeployed(address indexed beneficiary, address vestingContract)
constructor(address governance_, uint256 pausePeriod_, address vestingContractTarget_)
This contract contains no fallback and receive objects.
This contract contains no error objects.